ActionsPlugin
Defined in: plugins/actions/ActionsPlugin.ts:23
Extends
Section titled “Extends”Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ActionsPlugin(
id
):ActionsPlugin
Defined in: plugins/Plugin.ts:48
Parameters
Section titled “Parameters”string
= 'Plugin'
Returns
Section titled “Returns”ActionsPlugin
Inherited from
Section titled “Inherited from”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:"actions"
='actions'
Defined in: plugins/actions/ActionsPlugin.ts:24
Implementation of
Section titled “Implementation of”Overrides
Section titled “Overrides”onActionContextChanged
Section titled “onActionContextChanged”onActionContextChanged:
Signal
<(context
) =>void
>
Defined in: plugins/actions/ActionsPlugin.ts:26
Implementation of
Section titled “Implementation of”IActionsPlugin
.onActionContextChanged
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”Inherited from
Section titled “Inherited from”context
Section titled “context”Get Signature
Section titled “Get Signature”get context():
string
|string
&object
Defined in: plugins/actions/ActionsPlugin.ts:43
Returns
Section titled “Returns”string
| string
& object
Set Signature
Section titled “Set Signature”set context(
context
):void
Defined in: plugins/actions/ActionsPlugin.ts:47
Parameters
Section titled “Parameters”context
Section titled “context”string
| string
& object
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”Get Signature
Section titled “Get Signature”get debug():
boolean
Defined in: plugins/actions/ActionsPlugin.ts:38
Returns
Section titled “Returns”boolean
Set Signature
Section titled “Set Signature”set debug(
debug
):void
Defined in: plugins/actions/ActionsPlugin.ts:35
Parameters
Section titled “Parameters”boolean
Returns
Section titled “Returns”void
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”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”IActionsPlugin
.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”IActionsPlugin
.clearSignalConnections
Inherited from
Section titled “Inherited from”destroy()
Section titled “destroy()”destroy():
void
Defined in: plugins/Plugin.ts:57
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”Inherited from
Section titled “Inherited from”getAction()
Section titled “getAction()”getAction<
TActionData
>(action
):ActionSignal
<TActionData
>
Defined in: plugins/actions/ActionsPlugin.ts:59
Type Parameters
Section titled “Type Parameters”TActionData
Section titled “TActionData”TActionData
= any
Parameters
Section titled “Parameters”action
Section titled “action”Returns
Section titled “Returns”ActionSignal
<TActionData
>
Implementation of
Section titled “Implementation of”getActions()
Section titled “getActions()”getActions():
ActionMap
Defined in: plugins/actions/ActionsPlugin.ts:66
Returns
Section titled “Returns”Implementation of
Section titled “Implementation of”initialize()
Section titled “initialize()”initialize(
_options
,app
):void
Defined in: plugins/actions/ActionsPlugin.ts:55
Parameters
Section titled “Parameters”_options
Section titled “_options”Partial
<IActionsPluginOptions
>
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”Inherited from
Section titled “Inherited from”sendAction()
Section titled “sendAction()”sendAction<
TActionData
>(actionId
,data?
):void
Defined in: plugins/actions/ActionsPlugin.ts:70
Type Parameters
Section titled “Type Parameters”TActionData
Section titled “TActionData”TActionData
= any
Parameters
Section titled “Parameters”actionId
Section titled “actionId”TActionData
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”setActionContext()
Section titled “setActionContext()”setActionContext(
context
):string
Defined in: plugins/actions/ActionsPlugin.ts:95
Parameters
Section titled “Parameters”context
Section titled “context”string
| string
& object
Returns
Section titled “Returns”string