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

CellsItemFormatRule Class

Declaration

export abstract class CellsItemFormatRule extends DashboardItemFormatRule

Inherited Members

constructor

Initializes a new instance of the CellsItemFormatRule class.

Declaration

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

Parameters

Name Type Description
modelJson any

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

serializer DxDesigner.Analytics.Utils.ModelSerializer

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

Properties

applyToRow Property

Declaration

applyToRow: KnockoutObservable<boolean>

Property Value

Type
KnockoutObservable<boolean>

dataItemApplyToName Property

Declaration

dataItemApplyToName: KnockoutComputed<string>

Property Value

Type
KnockoutComputed<string>

dataItemName Property

Declaration

dataItemName: KnockoutObservable<string>

Property Value

Type
KnockoutObservable<string>

Methods

getInfo Method

For internal use.

Declaration

getInfo(): DxDesigner.Analytics.Utils.ISerializationsInfo

Returns

Type Description
DxDesigner.Analytics.Utils.ISerializationsInfo