SliceTable Class
#Declaration
TypeScript
export class SliceTable extends SerializableModel
#Inheritance
SerializableModel
SliceTable
#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 |
---|---|---|
_data |
IData |
|
model |
any | A JSON object used for dashboard deserialization. Do not pass this parameter directly. |
serializer | Model |
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 |
---|
Observable |
#measures Property
#Declaration
TypeScript
measures: ko.ObservableArray<DevExpress.Dashboard.Model.DataItemLink>
#Property Value
Type |
---|
Observable |
#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 |
---|---|
ISerialization |
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 | Data |
data |
string |