Skip to main content

onBeforeBoot

@quik/bootstrap


@quik/bootstrap / onBeforeBoot

Function: onBeforeBoot()

onBeforeBoot(callback): void

Defined in: bootstrap/src/hooks.ts:155

Registers a callback to be executed before the BOOT step runs.

Parameters

callback

HookCallback

Function invoked prior to booting.

Returns

void