IConfiguration
pentaho.theme.spec. IConfiguration
The spec.IConfiguration
interface contains the configuration of a theme.
Source: doc-js/pentaho/theme/spec/IConfiguration.jsdoc, line 17
See also: pentaho.theme.main
Members
Name | Description |
---|---|
extensions : | The absolute identifiers of the extension theme modules. |
main : | The absolute identifier of the main theme module. |
Members Details
extensions: |
---|
The absolute identifiers of the extension theme modules. Source: doc-js/pentaho/theme/spec/IConfiguration.jsdoc, line 35 |
main: |
---|
The absolute identifier of the main theme module. Source: doc-js/pentaho/theme/spec/IConfiguration.jsdoc, line 27 |