eligius
Preparing search index...
RequestActionEvent
Interface RequestActionEvent
Event: request-action
Param: actionName
The name of the action to request
Param: callback
Callback that receives the action instance
interface
RequestActionEvent
{
args
:
[
actionName
:
string
,
callback
:
(
actionInstance
:
any
)
=>
void
]
;
name
:
"request-action"
;
}
Index
Properties
args
name
Properties
args
args
:
[
actionName
:
string
,
callback
:
(
actionInstance
:
any
)
=>
void
]
name
name
:
"request-action"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
args
name
eligius
Loading...
Event: request-action
Param: actionName
The name of the action to request
Param: callback
Callback that receives the action instance