Alokai
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

NameRequiredTypeDescription
valueOptionalstringValue of the feature {string} FeatureValue

On this page