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

TypedSerializableModel Class

Declaration

export abstract class TypedSerializableModel extends SerializableModel

constructor

Initializes a new instance of the TypedSerializableModel class.

Declaration

constructor(
    model?: any,
    serializer?: IModelSerializer,
    info?: ISerializationInfoArray
)

Parameters

Name Type
model any
serializer IModelSerializer
info ISerializationInfoArray

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.