Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

FeatureUnit

Representation of a Feature Unit FeatureUnit

export interface FeatureUnit {
	'name'?: string;
	'symbol'?: string;
	'unitType'?: string;
}

Properties

NameRequiredTypeDescription
nameOptionalstringName of the feature unit {string} FeatureUnit
symbolOptionalstringSymbol of the feature unit {string} FeatureUnit
unitTypeOptionalstringType of the feature unit {string} FeatureUnit

On this page