Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IThemeAnnotation

pentaho.theme.spec. IThemeAnnotation

The spec.IThemeAnnotation interface contains the configuration of theme resources.

Source: doc-js/pentaho/theme/spec/IThemeAnnotation.jsdoc, line 17

See also: pentaho.theme.main , pentaho.theme.ThemeAnnotation

Members

Name Description
extensions : Array.<string>

The identifiers of the extension theme modules.

main : string

The identifier of the main theme module.

Members Details

extensions: Array.<string>

The identifiers of the extension theme modules.

The identifiers are relative to the annotated module, forModule.

Source: doc-js/pentaho/theme/spec/IThemeAnnotation.jsdoc, line 39

main: string

The identifier of the main theme module.

The identifier is relative to the annotated module, forModule.

Source: doc-js/pentaho/theme/spec/IThemeAnnotation.jsdoc, line 28