Skip to main content

onAfterBoot

@quik/bootstrap


@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

HookCallback

Function invoked after boot completed.

Returns

void