WebEventsPlugin
Defined in: plugins/WebEventsPlugin.ts:19
Maintains a list of callbacks for specific web events and invokes callbacks when event occurs.
Extends
Section titled “Extends”Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new WebEventsPlugin():
WebEventsPlugin
Defined in: plugins/WebEventsPlugin.ts:37
Creates callback arrays and registers to web events.
Returns
Section titled “Returns”WebEventsPlugin
Overrides
Section titled “Overrides”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
Inherited from
Section titled “Inherited from”Plugin
.__dill_pixel_method_binding_root
readonly
id:"webEvents"
='webEvents'
Defined in: plugins/WebEventsPlugin.ts:20
Implementation of
Section titled “Implementation of”Overrides
Section titled “Overrides”onOrientationChanged
Section titled “onOrientationChanged”onOrientationChanged:
Signal
<(__namedParameters
) =>void
>
Defined in: plugins/WebEventsPlugin.ts:25
Implementation of
Section titled “Implementation of”IWebEventsPlugin
.onOrientationChanged
onResize
Section titled “onResize”onResize:
Signal
<(size
) =>void
>
Defined in: plugins/WebEventsPlugin.ts:23
Implementation of
Section titled “Implementation of”onVisibilityChanged
Section titled “onVisibilityChanged”onVisibilityChanged:
Signal
<(visible
) =>void
>
Defined in: plugins/WebEventsPlugin.ts:24
Implementation of
Section titled “Implementation of”IWebEventsPlugin
.onVisibilityChanged
Accessors
Section titled “Accessors”Get Signature
Section titled “Get Signature”get app():
Application
Defined in: plugins/WebEventsPlugin.ts:42
Returns
Section titled “Returns”Implementation of
Section titled “Implementation of”Overrides
Section titled “Overrides”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”Inherited from
Section titled “Inherited from”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”IWebEventsPlugin
.addSignalConnection
Inherited from
Section titled “Inherited from”clearSignalConnections()
Section titled “clearSignalConnections()”clearSignalConnections():
void
Defined in: plugins/Plugin.ts:85
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”IWebEventsPlugin
.clearSignalConnections
Inherited from
Section titled “Inherited from”destroy()
Section titled “destroy()”destroy():
void
Defined in: plugins/WebEventsPlugin.ts:55
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”Overrides
Section titled “Overrides”initialize()
Section titled “initialize()”initialize():
void
Defined in: plugins/WebEventsPlugin.ts:46
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”Overrides
Section titled “Overrides”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
>
Implementation of
Section titled “Implementation of”IWebEventsPlugin
.postInitialize