Skip to main content
A newer version of this page is available. .

LookUpValue Class

Look-up values used in the dashboard parameters.

Declaration

export class LookUpValue extends TypedSerializableModel

Inherited Members

constructor

Initializes a new instance of the LookUpValue class.

Declaration

constructor(
    modelJson?: any,
    serializer?: DxDesigner.Analytics.Utils.ModelSerializer
)

Parameters

Name Type Description
modelJson any

A JSON object used for a dashboard deserialization. Do not pass this parameter directly.

serializer DxDesigner.Analytics.Utils.ModelSerializer

An object used for a dashboard deserialization. Do not pass this parameter directly.

Properties

value Property

Specifies a look-up value.

Declaration

value: ko.Observable<string>

Property Value

Type Description
Observable<string>

A string that is a look-up value.

valueType Property

Declaration

valueType: ko.Observable<string>

Property Value

Type
Observable<string>

Methods

getInfo Method

For internal use.

Declaration

getInfo(): DxDesigner.Analytics.Utils.ISerializationInfoArray

Returns

Type Description
DxDesigner.Analytics.Utils.ISerializationInfoArray