IPopup
Defined in: ui/Popup.ts:11
Interface for Popup
Extends
Section titled “Extends”Type Parameters
Section titled “Type Parameters”T
= any
Properties
Section titled “Properties”actionContext
Section titled “actionContext”
readonly
actionContext:undefined
|ActionContext
Defined in: ui/Popup.ts:20
animationContext
Section titled “animationContext”animationContext:
undefined
|string
Defined in: display/Container.ts:39
Inherited from
Section titled “Inherited from”app:
IApplication
Defined in: display/Container.ts:37
Inherited from
Section titled “Inherited from”backing?
Section titled “backing?”
optional
backing:Container
<ContainerChild
>
Defined in: ui/Popup.ts:15
config
Section titled “config”config:
PopupConfig
<T
>
Defined in: ui/Popup.ts:13
data:
T
Defined in: ui/Popup.ts:18
firstFocusableEntity?
Section titled “firstFocusableEntity?”
optional
firstFocusableEntity:IFocusable
Defined in: ui/Popup.ts:17
readonly
id:string
|number
Defined in: ui/Popup.ts:12
isShowing
Section titled “isShowing”isShowing:
boolean
Defined in: ui/Popup.ts:16
onDestroy
Section titled “onDestroy”onDestroy:
Signal
<() =>void
>
Defined in: display/Container.ts:41
Inherited from
Section titled “Inherited from”view:
Container
Defined in: ui/Popup.ts:14
Methods
Section titled “Methods”addColoredBackground()
Section titled “addColoredBackground()”addColoredBackground(
colorOrConfig?
,alpha?
):Sprite
Defined in: display/Container.ts:56
Parameters
Section titled “Parameters”colorOrConfig?
Section titled “colorOrConfig?”number
| Partial
<BackgroundConfig
>
alpha?
Section titled “alpha?”number
Returns
Section titled “Returns”Sprite
Inherited from
Section titled “Inherited from”IContainer
.addColoredBackground
added()
Section titled “added()”added():
void
|Promise
<void
>
Defined in: display/Container.ts:45
Returns
Section titled “Returns”void
| Promise
<void
>
Inherited from
Section titled “Inherited from”afterShow()
Section titled “afterShow()”afterShow():
void
Defined in: ui/Popup.ts:30
Returns
Section titled “Returns”void
beforeHide()
Section titled “beforeHide()”beforeHide():
void
Defined in: ui/Popup.ts:32
Returns
Section titled “Returns”void
beforeShow()
Section titled “beforeShow()”beforeShow():
void
Defined in: ui/Popup.ts:26
Returns
Section titled “Returns”void
childAdded()
Section titled “childAdded()”childAdded(
child
):void
|Promise
<void
>
Defined in: display/Container.ts:49
Parameters
Section titled “Parameters”Container
Returns
Section titled “Returns”void
| Promise
<void
>
Inherited from
Section titled “Inherited from”childRemoved()
Section titled “childRemoved()”childRemoved(
child
):void
|Promise
<void
>
Defined in: display/Container.ts:50
Parameters
Section titled “Parameters”Container
Returns
Section titled “Returns”void
| Promise
<void
>
Inherited from
Section titled “Inherited from”close()
Section titled “close()”close():
void
Defined in: ui/Popup.ts:22
Returns
Section titled “Returns”void
destroy()
Section titled “destroy()”destroy(
options?
):void
Defined in: display/Container.ts:43
Parameters
Section titled “Parameters”options?
Section titled “options?”DestroyOptions
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”end():
void
Defined in: ui/Popup.ts:38
Returns
Section titled “Returns”void
hide()
Section titled “hide()”hide():
void
|Promise
<any
>
Defined in: ui/Popup.ts:34
Returns
Section titled “Returns”void
| Promise
<any
>
initialize()
Section titled “initialize()”initialize():
void
Defined in: ui/Popup.ts:24
Returns
Section titled “Returns”void
removed()
Section titled “removed()”removed():
void
|Promise
<void
>
Defined in: display/Container.ts:47
Returns
Section titled “Returns”void
| Promise
<void
>
Inherited from
Section titled “Inherited from”resize()
Section titled “resize()”resize(
size?
):void
Defined in: display/Container.ts:52
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”restoreActionContext()
Section titled “restoreActionContext()”restoreActionContext():
void
Defined in: ui/Popup.ts:40
Returns
Section titled “Returns”void
show()
Section titled “show()”show():
void
|Promise
<any
>
Defined in: ui/Popup.ts:28
Returns
Section titled “Returns”void
| Promise
<any
>
start()
Section titled “start()”start():
void
|Promise
<any
>
Defined in: ui/Popup.ts:36
Returns
Section titled “Returns”void
| Promise
<any
>
update()
Section titled “update()”update(
ticker?
):void
Defined in: display/Container.ts:54
Parameters
Section titled “Parameters”ticker?
Section titled “ticker?”number
| Ticker
Returns
Section titled “Returns”void