IMeta
pentaho.module.spec. IMeta
The spec.IMeta
interface contains the metadata of a module.
Source: doc-js/pentaho/module/spec/IMeta.jsdoc, line 17
See also: pentaho.module.IMeta , pentaho.module.spec.ITypeMeta , pentaho.module.spec.IInstanceMeta
Members
Name | Description |
---|---|
alias : | The alias of the module. |
ranking : | The ranking of the module. |
value : | The value of the module or a function that creates it. |
Members Details
alias: |
---|
The alias of the module. |
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 Default Value: 0 |
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 |