IInstanceMeta
pentaho.module.spec. IInstanceMeta
The spec.IInstanceMeta
interface contains the metadata of an instance module.
Source: doc-js/pentaho/module/spec/IInstanceMeta.jsdoc, line 17
Extends
Members
Name | Description |
---|---|
alias : | The alias of the module. |
ranking : | The ranking of the module. |
type : | The alias or identifier of the instance's type. |
value : | The value of the module or a function that creates it. |
Members Details
alias: |
---|
The alias of the module. Source: doc-js/pentaho/module/spec/IMeta.jsdoc, line 30 Inherited From: pentaho.module.spec.IMeta#alias |
ranking: |
---|
The ranking of the module. The ranking determines the order of the module amongst other modules. Source: doc-js/pentaho/module/spec/IMeta.jsdoc, line 38 Inherited From: pentaho.module.spec.IMeta#ranking Default Value: 0 |
type: |
---|
The alias or identifier of the instance's type. Source: doc-js/pentaho/module/spec/IInstanceMeta.jsdoc, line 26 Default Value: null |
value: |
---|
The value of the module or a function that creates it. When specified, an AMD/RequireJS module with this module's id is dynamically defined. Only considered specified when different from Source: doc-js/pentaho/module/spec/IMeta.jsdoc, line 49 Inherited From: pentaho.module.spec.IMeta#value |