Skip to main content

SliceTable Class

#Declaration

TypeScript
export class SliceTable extends SerializableModel

#Inherited Members

#Inheritance

#constructor(_dataItemProvider)

Initializes a new instance of the SliceTable class with specified settings.

#Declaration

TypeScript
constructor(
    _dataItemProvider: DevExpress.Dashboard.Internal.Model.IDataItemProvider,
    modelJson?: any,
    serializer?: DevExpress.Analytics.Utils.ModelSerializer
)

#Parameters

Name Type Description
_dataItemProvider IDataItemProvider
modelJson any

A JSON object used for dashboard deserialization. Do not pass this parameter directly.

serializer ModelSerializer

An object used for dashboard deserialization. Do not pass this parameter directly.

#Properties

#dimensions Property

#Declaration

TypeScript
dimensions: ko.ObservableArray<DevExpress.Dashboard.Model.DataItemLink>

#Property Value

Type
ObservableArray<DataItemLink>

#measures Property

#Declaration

TypeScript
measures: ko.ObservableArray<DevExpress.Dashboard.Model.DataItemLink>

#Property Value

Type
ObservableArray<DataItemLink>

#name Property

#Declaration

TypeScript
name: ko.Observable<string>

#Property Value

Type
Observable<string>

#Methods

#getInfo Method

For internal use.

#Declaration

TypeScript
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray

#Returns

Type Description
ISerializationInfoArray

An array of objects that provide serialization info.

#push(bindings, dataItemType) Method

#Declaration

TypeScript
push(
    bindings: Array<DevExpress.Dashboard.Model.DataItemLink>,
    dataItemType: string
): void

#Parameters

Name Type
bindings DataItemLink[]
dataItemType string