Skip to main content

BootstrapHook

@quik/bootstrap


@quik/bootstrap / BootstrapHook

Enumeration: BootstrapHook

Defined in: bootstrap/src/enums/BootstrapHook.ts:4

Enumeration of the available bootstrap lifecycle hook names.

Enumeration Members

AFTER_BOOT

AFTER_BOOT: "AFTER_BOOT"

Defined in: bootstrap/src/enums/BootstrapHook.ts:7


AFTER_INIT

AFTER_INIT: "AFTER_INIT"

Defined in: bootstrap/src/enums/BootstrapHook.ts:10


AFTER_RESET

AFTER_RESET: "AFTER_RESET"

Defined in: bootstrap/src/enums/BootstrapHook.ts:13


BEFORE_BOOT

BEFORE_BOOT: "BEFORE_BOOT"

Defined in: bootstrap/src/enums/BootstrapHook.ts:6


BEFORE_INIT

BEFORE_INIT: "BEFORE_INIT"

Defined in: bootstrap/src/enums/BootstrapHook.ts:9


BEFORE_RESET

BEFORE_RESET: "BEFORE_RESET"

Defined in: bootstrap/src/enums/BootstrapHook.ts:12


BOOT

BOOT: "BOOT"

Defined in: bootstrap/src/enums/BootstrapHook.ts:5


INIT

INIT: "INIT"

Defined in: bootstrap/src/enums/BootstrapHook.ts:8


RESET

RESET: "RESET"

Defined in: bootstrap/src/enums/BootstrapHook.ts:11