IDeclaration
pentaho.typeInfo.spec.IDeclaration
The spec.IDeclaration
interface declares a type.
Source: doc-js/pentaho/typeInfo/spec/IDeclaration.jsdoc, line 17
See also: pentaho.typeInfo.IService
Members
Name | Description |
---|---|
alias : | The alias of the type. |
base : | The alias or identifier of the type's base type. |
Members Details
alias: |
---|
The alias of the type. Source: doc-js/pentaho/typeInfo/spec/IDeclaration.jsdoc, line 26 |
base: |
---|
The alias or identifier of the type's base type. Source: doc-js/pentaho/typeInfo/spec/IDeclaration.jsdoc, line 34 |