SliceTable Class
Declaration
export class SliceTable extends SerializableModel
Inherited Members
Inheritance
SerializableModel
SliceTable
constructor(_dataItemProvider)
Initializes a new instance of the SliceTable
class with specified settings.
Declaration
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
dimensions: ko.ObservableArray<DevExpress.Dashboard.Model.DataItemLink>
Property Value
Type |
---|
ObservableArray<DataItemLink> |
measures Property
Declaration
measures: ko.ObservableArray<DevExpress.Dashboard.Model.DataItemLink>
Property Value
Type |
---|
ObservableArray<DataItemLink> |
name Property
Declaration
name: ko.Observable<string>
Property Value
Type |
---|
Observable<string> |
Methods
getInfo Method
For internal use.
Declaration
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
Returns
Type | Description |
---|---|
ISerializationInfoArray | An array of objects that provide serialization info. |
push(bindings, dataItemType) Method
Declaration
push(
bindings: Array<DevExpress.Dashboard.Model.DataItemLink>,
dataItemType: string
): void
Parameters
Name | Type |
---|---|
bindings | DataItemLink[] |
dataItemType | string |