Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/core
SingletonClassAsyncFactoryHooks
Interface SingletonClassAsyncFactoryHooks<T, M>
interface
SingletonClassAsyncFactoryHooks
<
T
,
M
>
{
constructed
:
(
(
instance
,
module
)
=>
unknown
)
;
done
:
(
(
instance
,
module
)
=>
unknown
)
;
}
Type Parameters
T
M
extends
Module
=
Module
Index
Properties
constructed
done
Properties
constructed
constructed
:
(
(
instance
,
module
)
=>
unknown
)
Type declaration
(
instance
,
module
)
:
unknown
Parameters
instance
:
T
module
:
M
Returns
unknown
done
done
:
(
(
instance
,
module
)
=>
unknown
)
Type declaration
(
instance
,
module
)
:
unknown
Parameters
instance
:
T
module
:
M
Returns
unknown
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructed
done
Silvertree API
Loading...