You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
FeatureValue
Representation of a Feature Value FeatureValue
export interface FeatureValue {
'value'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
value | Optional | string | Value of the feature {string} FeatureValue |