IContextInstanceConfiguration
pentaho.type.spec. IContextInstanceConfiguration
The spec.IContextInstanceConfiguration
interface declares an instance in a Type API instance container
and is part of a context
specification.
Source: doc-js/pentaho/type/spec/IContextInstanceConfiguration.jsdoc, line 17
See also: pentaho.type.IContext , pentaho.type.spec.ContextInstancesConfiguration
Members
Name | Description |
---|---|
isEnabled : | Indicates if the instance is enabled. |
ranking : | The resolution ranking of the instance. |
Members Details
isEnabled: |
---|
Indicates if the instance is enabled. Source: doc-js/pentaho/type/spec/IContextInstanceConfiguration.jsdoc, line 38 Default Value: true |
ranking: |
---|
The resolution ranking of the instance. Source: doc-js/pentaho/type/spec/IContextInstanceConfiguration.jsdoc, line 29 Default Value: 0 |