Look-up values used in the dashboard parameters.
export class LookUpValue extends TypedSerializableModel
Initializes a new instance of the LookUpValue class.
constructor(modelJson?: any, serializer?: DevExpress.Analytics.Utils.ModelSerializer)
Name | Type | Default | Description |
---|---|---|---|
modelJson | any | null | A JSON object used for dashboard deserialization. Do not pass this parameter directly. |
serializer | ModelSerializer | null | An object used for dashboard deserialization. Do not pass this parameter directly. |
Specifies a look-up value.
value: ko.Observable<string>
Type | Description |
---|---|
ko.Observable<string> | A string that is a look-up value. |
valueType: ko.Observable<string>
Type | Description |
---|---|
ko.Observable<string> |
For internal use.
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
Type | Description |
---|---|
ISerializationInfoArray | An array of objects that provide serialization info. |