Plugin
Defined in: plugins/Plugin.ts:37
Extended by
Section titled “Extended by”ActionsPlugin
AssetsPlugin
AudioManagerPlugin
DevToolsPlugin
FocusManagerPlugin
FullScreenPlugin
GSAPPlugin
i18nPlugin
InputPlugin
KeyboardPlugin
LayoutPlugin
LookupPlugin
PopupManagerPlugin
ResizerPlugin
SceneManagerPlugin
TimerPlugin
WebEventsPlugin
StorageAdapter
Type Parameters
Section titled “Type Parameters”A
extends Application
= Application
O
= any
Implements
Section titled “Implements”IPlugin
<O
>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Plugin<
A
,O
>(id
):Plugin
<A
,O
>
Defined in: plugins/Plugin.ts:48
Parameters
Section titled “Parameters”string
= 'Plugin'
Returns
Section titled “Returns”Plugin
<A
, O
>
Properties
Section titled “Properties”__dill_pixel_method_binding_root
Section titled “__dill_pixel_method_binding_root”__dill_pixel_method_binding_root:
boolean
Defined in: plugins/Plugin.ts:39
id:
string
='Plugin'
Defined in: plugins/Plugin.ts:48
Implementation of
Section titled “Implementation of”Accessors
Section titled “Accessors”Get Signature
Section titled “Get Signature”get app():
A
Defined in: plugins/Plugin.ts:53
Returns
Section titled “Returns”A
Implementation of
Section titled “Implementation of”options
Section titled “options”Get Signature
Section titled “Get Signature”get options():
O
Defined in: plugins/Plugin.ts:44
Returns
Section titled “Returns”O
Implementation of
Section titled “Implementation of”Methods
Section titled “Methods”addSignalConnection()
Section titled “addSignalConnection()”addSignalConnection(…
args
):void
Defined in: plugins/Plugin.ts:79
Add signal connections to the container.
Parameters
Section titled “Parameters”…SignalConnection
[]
The signal connections to add.
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”clearSignalConnections()
Section titled “clearSignalConnections()”clearSignalConnections():
void
Defined in: plugins/Plugin.ts:85
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”IPlugin
.clearSignalConnections
destroy()
Section titled “destroy()”destroy():
void
Defined in: plugins/Plugin.ts:57
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”initialize()
Section titled “initialize()”initialize(
options?
,_app?
):void
|Promise
<void
>
Defined in: plugins/Plugin.ts:61
Parameters
Section titled “Parameters”options?
Section titled “options?”Partial
<O
>
IApplication
<DataSchema
, ActionContext
, Action
>
Returns
Section titled “Returns”void
| Promise
<void
>
Implementation of
Section titled “Implementation of”postInitialize()
Section titled “postInitialize()”postInitialize(
_app
):void
|Promise
<void
>
Defined in: plugins/Plugin.ts:68
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void
| Promise
<void
>