DeltaOptions Class
#Declaration
TypeScript
export class DeltaOptions extends CardDeltaOptions
#Inherited Members
#Inheritance
SerializableModel
CardDeltaOptions
DeltaOptions
#constructor
Initializes a new instance of the DeltaOptions
class.
#Declaration
TypeScript
constructor(
modelJSON?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
#Parameters
Name | Type | Description |
---|---|---|
model |
any | A JSON object used for dashboard deserialization. Do not pass this parameter directly. |
serializer | Model |
An object used for dashboard deserialization. Do not pass this parameter directly. |
#Properties
#valueType Property
#Declaration
TypeScript
valueType: ko.Observable<DevExpress.Dashboard.Model.DeltaValueType>
#Property Value
Type |
---|
Observable<Delta |
#Methods
#getInfo Method
For internal use.
#Declaration
TypeScript
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
#Returns
Type | Description |
---|---|
ISerialization |
An array of objects that provide serialization info. |