IQBootstrapSetup
@quik/bootstrap / IQBootstrapSetup
Interface: IQBootstrapSetup
Defined in: bootstrap/src/types/IQBootstrapSetup.ts:6
Options accepted by the bootstrap setup routine.
Properties
configurationFolder?
optionalconfigurationFolder?: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?
optionalmodules?:IQModule[]
Additional core modules to load.
flags
flags:
IQModuleSetup
Defined in: bootstrap/src/types/IQBootstrapSetup.ts:21
modules?
optionalmodules?:IQModule[]
Defined in: bootstrap/src/types/IQBootstrapSetup.ts:19
Application specific modules to load.