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
| Name | Required | Type | Description |
|---|---|---|---|
name | Optional | string | Name of the feature unit {string} FeatureUnit |
symbol | Optional | string | Symbol of the feature unit {string} FeatureUnit |
unitType | Optional | string | Type of the feature unit {string} FeatureUnit |