O3 Framework / defineConfigSchema
defineConfigSchema(
moduleName,schema):void
Defined in: packages/framework/esm-config/src/module-config/module-config.ts:190
This defines a configuration schema for a module. The schema tells the configuration system how the module can be configured. It specifies what makes configuration valid or invalid.
See Configuration System for more information about defining a config schema.
string
Name of the module the schema is being defined for. Generally
should be the one in which the defineConfigSchema call takes place.
The config schema for the module
void