onAfterBoot
@quik/bootstrap / onAfterBoot
Function: onAfterBoot()
onAfterBoot(
callback):void
Defined in: bootstrap/src/hooks.ts:164
Registers a callback to be executed after the BOOT step.
Parameters
callback
Function invoked after boot completed.
Returns
void