Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/module-model
CreatableModuleFactory
Type Alias CreatableModuleFactory<T>
CreatableModuleFactory
:
Omit
<
CreatableModule
<
T
extends
AttachableModuleInstance
?
T
:
AttachableModuleInstance
,
>
,
"new"
|
"create"
,
>
&
{
create
<
T
extends
AttachableModuleInstance
>
(
this
:
CreatableModuleFactory
<
T
>
,
params
:
T
[
"params"
]
,
)
:
Promise
<
T
>
;
}
Type Parameters
T
extends
AttachableModuleInstance
|
void
=
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
XYO Platform SDK - v3.6.9
Loading...