onBoot
@quik/bootstrap / onBoot
Function: onBoot()
onBoot(
callback):void
Defined in: bootstrap/src/hooks.ts:146
Registers a callback to be executed during the BOOT step.
Parameters
callback
Function to execute at BOOT time.
Returns
void
@quik/bootstrap / onBoot
onBoot(
callback):void
Defined in: bootstrap/src/hooks.ts:146
Registers a callback to be executed during the BOOT step.
Function to execute at BOOT time.
void