ITypesResolve
pentaho.type.spec. ITypesResolve
The spec.ITypesResolve
interface describes a special syntax used for resolving types from a Type API context
.
Resolve types by base type syntax
Denotes the array of known subtypes of a given type. Includes the base type itself.
{$types: {base: "my/Service"}}
A type is known to be a subtype of another if, in its pentaho.typeInfo
declaration, the latter is the value of pentaho.typeInfo.spec.IDeclaration#base
.
Source: doc-js/pentaho/type/spec/ITypesResolve.jsdoc, line 17