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

DeltaOptions Class

Declaration

export class DeltaOptions extends CardDeltaOptions

Inheritance

CardDeltaOptions
DeltaOptions

constructor

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

valueType Property

Declaration

valueType: ko.Observable<DeltaValueType>

Property Value

Type
Observable<DeltaValueType>

Methods

getInfo Method

For internal use.

Declaration

getInfo(): DxDesigner.Analytics.Utils.ISerializationInfoArray

Returns

Type Description
DxDesigner.Analytics.Utils.ISerializationInfoArray