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