构造函数
访问器
方法
checkPopups
- checkPopups(): void
返回 void
hidePopup
- hidePopup(popup?): void
返回 void
hideTooltips
- hideTooltips(): void
返回 void
isPopupJustClosed
- isPopupJustClosed(popup): boolean
返回 boolean
showPopup
- showPopup(popup, target?, dir?): void
返回 void
showTooltips
- showTooltips(msg, delay?): void
参数
- msg: string
可选
delay: number
返回 void
showTooltipsWin
- showTooltipsWin(tooltipWin, delay?): void
返回 void
togglePopup
- togglePopup(popup, target?, dir?): boolean
返回 boolean
validatePopupPosition
- validatePopupPosition(popup, target, dir, offsetX?, offsetY?): void
返回 void
Blueprint Ignore