Stratal API Reference
Preparing search index...
stratal
OnInitialize
Interface OnInitialize
Lifecycle hook: called after all providers are registered
interface
OnInitialize
{
onInitialize
(
context
:
ModuleContext
)
:
void
|
Promise
<
void
>
;
}
Implemented by
ConfigModule
Index
Methods
on
Initialize
Methods
on
Initialize
onInitialize
(
context
:
ModuleContext
)
:
void
|
Promise
<
void
>
Parameters
context
:
ModuleContext
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
on
Initialize
Stratal API Reference
Loading...
Lifecycle hook: called after all providers are registered