Skip to main content

IQBootstrapSetup

@quik/bootstrap


@quik/bootstrap / IQBootstrapSetup

Interface: IQBootstrapSetup

Defined in: bootstrap/src/types/IQBootstrapSetup.ts:6

Options accepted by the bootstrap setup routine.

Properties

configurationFolder?

optional configurationFolder?: string

Defined in: bootstrap/src/types/IQBootstrapSetup.ts:8

Optional path to a configuration folder.


core

core: object

Defined in: bootstrap/src/types/IQBootstrapSetup.ts:10

Core framework modules that must always be loaded.

i18n

i18n: IQModule

Internationalisation module definition.

logging

logging: IQModule

Logging module definition.

modules?

optional modules?: IQModule[]

Additional core modules to load.


flags

flags: IQModuleSetup

Defined in: bootstrap/src/types/IQBootstrapSetup.ts:21


modules?

optional modules?: IQModule[]

Defined in: bootstrap/src/types/IQBootstrapSetup.ts:19

Application specific modules to load.