ITypeMeta
pentaho.module.spec. ITypeMeta
The spec.ITypeMeta
interface contains the metadata of a type module.
Source: doc-js/pentaho/module/spec/ITypeMeta.jsdoc, line 17
Extends
Members
Name | Description |
---|---|
alias : | The alias of the module. |
ancestor : | The alias or identifier of the type's base type. |
base : | The alias or identifier of the type's base type. |
isAbstract : | Indicates if the type module is abstract. |
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. Source: doc-js/pentaho/module/spec/IMeta.jsdoc, line 30 Inherited From: pentaho.module.spec.IMeta#alias |
ancestor: |
---|
The alias or identifier of the type's base type. When This property is a synonym for |
base: |
---|
The alias or identifier of the type's base type. When This property is a synonym for |
isAbstract: |
---|
Indicates if the type module is abstract. An abstract type module does not have a corresponding file or implementation. Its value is Source: doc-js/pentaho/module/spec/ITypeMeta.jsdoc, line 50 Default Value: false |
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 |
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 |