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