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

PivotItemFormatRule Class

Declaration

export class PivotItemFormatRule extends CellsItemFormatRule

Inheritance

constructor

Initializes a new instance of the PivotItemFormatRule 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

applyToColumn Property

Declaration

applyToColumn: KnockoutObservable<boolean>

Property Value

Type
KnockoutObservable<boolean>

intersectionLevelMode Property

Declaration

intersectionLevelMode: KnockoutObservable<FormatConditionIntersectionLevelMode>

Property Value

Type
KnockoutObservable<FormatConditionIntersectionLevelMode>

level Property

Declaration

level: PivotItemFormatRuleLevel

Property Value

Type
PivotItemFormatRuleLevel

Methods

getInfo Method

For internal use.

Declaration

getInfo(): DxDesigner.Analytics.Utils.ISerializationsInfo

Returns

Type Description
DxDesigner.Analytics.Utils.ISerializationsInfo