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

ContextItem Class

Declaration

export class ContextItem extends SerializableModel

constructor

Declaration

constructor(
    json?: any,
    serializer?: DxDesigner.Analytics.Utils.ModelSerializer
)

Parameters

Name Type
json any
serializer DxDesigner.Analytics.Utils.ModelSerializer

Properties

id Property

Declaration

id: ko.Observable<string>

Property Value

Type
Observable<string>

source Property

Declaration

source: ko.Observable<DataSource>

Property Value

Type
Observable<DataSource>

Methods

getInfo Method

Declaration

getInfo(): DxDesigner.Analytics.Utils.ISerializationInfoArray

Returns

Type
DxDesigner.Analytics.Utils.ISerializationInfoArray