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

CardDeltaOptions Class

Declaration

export class CardDeltaOptions extends SerializableModel

Inheritance

CardDeltaOptions

constructor

Initializes a new instance of the CardDeltaOptions 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

resultIndicationMode Property

Declaration

resultIndicationMode: ko.Observable<DeltaIndicationMode>

Property Value

Type
Observable<DeltaIndicationMode>

resultIndicationThreshold Property

Declaration

resultIndicationThreshold: ko.Observable<number>

Property Value

Type
Observable<number>

resultIndicationThresholdType Property

Declaration

resultIndicationThresholdType: ko.Observable<DeltaIndicationThresholdType>

Property Value

Type
Observable<DeltaIndicationThresholdType>

Methods

getInfo Method

For internal use.

Declaration

getInfo(): DxDesigner.Analytics.Utils.ISerializationInfoArray

Returns

Type Description
DxDesigner.Analytics.Utils.ISerializationInfoArray