Plugin
Defined in: plugins/Plugin.ts:37
Extended by
Section titled “Extended by”- ActionsPlugin
- AssetsPlugin
- AudioManagerPlugin
- FocusManagerPlugin
- FullScreenPlugin
- i18nPlugin
- InputPlugin
- KeyboardPlugin
- LookupPlugin
- PopupManagerPlugin
- ResizerPlugin
- SceneManagerPlugin
- TimerPlugin
- WebEventsPlugin
- StorageAdapter
Type Parameters
Section titled “Type Parameters”O = any
Implements
Section titled “Implements”- IPlugin<- O>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Plugin<
O>(id):Plugin<O>
Defined in: plugins/Plugin.ts:48
Parameters
Section titled “Parameters”string = 'Plugin'
Returns
Section titled “Returns”Plugin<O>
Properties
Section titled “Properties”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():
Application
Defined in: plugins/Plugin.ts:52
Returns
Section titled “Returns”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:78
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:84
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”IPlugin.clearSignalConnections
destroy()
Section titled “destroy()”destroy():
void
Defined in: plugins/Plugin.ts:56
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:60
Parameters
Section titled “Parameters”options?
Section titled “options?”Partial<O>
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:67
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void | Promise<void>
