Indexable
[key: string]: any
Constructors
constructor
-
Parameters
-
Default value data: any = {}
Properties
availableInputUnits
available
InputUnits: Array<Unit> = []
availableOutputUnits
available
OutputUnits: Array<Unit> = []
unitFullName
unitFullName: string
Methods
getASchemaObj
- getASchemaObj(schemaKey: string): SchemaKey | null
getInputUnitForSlug
- getInputUnitForSlug(slug: string): Unit | null
-
Parameters
Returns Unit
|
null
getOutputUnitForSlug
- getOutputUnitForSlug(slug: string): Unit | null
-
Parameters
Returns Unit
|
null
getOutputUnitsForSchema
- getOutputUnitsForSchema(schemaKey: string): any