Skip to main content

onBeforeInit

@quik/bootstrap


@quik/bootstrap / onBeforeInit

Function: onBeforeInit()

onBeforeInit(callback): void

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

Registers a callback executed before the INIT step.

Parameters

callback

HookCallback

Function invoked before initialization.

Returns

void