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