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
serializer DxDesigner.Analytics.Utils.ModelSerializer

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

Properties

resultIndicationMode Property

Declaration

resultIndicationMode: KnockoutObservable<DeltaIndicationMode>

Property Value

Type
KnockoutObservable<DeltaIndicationMode>

resultIndicationThreshold Property

Declaration

resultIndicationThreshold: KnockoutObservable<number>

Property Value

Type
KnockoutObservable<number>

resultIndicationThresholdType Property

Declaration

resultIndicationThresholdType: KnockoutObservable<DeltaIndicationThresholdType>

Property Value

Type
KnockoutObservable<DeltaIndicationThresholdType>

Methods

getInfo Method

For internal use.

Declaration

getInfo(): DxDesigner.Analytics.Utils.ISerializationsInfo

Returns

Type Description
DxDesigner.Analytics.Utils.ISerializationsInfo