Skip to main content

TypedSerializableModel Class

#Declaration

TypeScript
export abstract class TypedSerializableModel extends SerializableModel

#Inherited Members

#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 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

TypeScript
itemType: ko.Observable<string>

#Property Value

Type Description
Observable<string>

A string that used for dashboard serialization.