TypedSerializableModel Class
Declaration
export abstract class TypedSerializableModel extends SerializableModel
Inherited Members
Inheritance
constructor
Initializes a new instance of the TypedSerializableModel
class.
Declaration
constructor(
model?: any,
serializer?: DevExpress.Analytics.Utils.IModelSerializer,
info?: DevExpress.Analytics.Utils.ISerializationInfoArray
)
Parameters
Name | Type | Description |
---|---|---|
model | any | |
serializer | IModelSerializer | An object used for dashboard deserialization. Do not pass this parameter directly. |
info | ISerializationInfoArray | An array of objects that provide serialization info. |
Properties
itemType Property
For internal use. Do not use this property directly.
Declaration
itemType: ko.Observable<string>
Property Value
Type | Description |
---|---|
Observable<string> | A string that used for dashboard serialization. |