PivotDiscreteGroupSettings

PivotDiscreteGroupSettings class

Rrepsents the discrete group of pivot field

class PivotDiscreteGroupSettings extends PivotFieldGroupSettings;

Constructors

ConstructorDescription
constructor(PivotFieldGroupSettings)Constructs from a parent object convertible to this.

Properties

PropertyTypeDescription
itemsCustomPiovtFieldGroupItem[]Readonly. Gets the discrete items.

Methods

MethodDescription
getItems()@deprecated. Please use the ‘items’ property instead. Gets the discrete items.
isNull()Checks whether the implementation object is null.
getType()Gets the group type.

constructor(PivotFieldGroupSettings)

Constructs from a parent object convertible to this.

constructor(obj: PivotFieldGroupSettings);

Parameters:

ParameterTypeDescription
objPivotFieldGroupSettingsThe parent object.

items

Readonly. Gets the discrete items.

items : CustomPiovtFieldGroupItem[];

getItems()

@deprecated. Please use the ‘items’ property instead. Gets the discrete items.

getItems() : CustomPiovtFieldGroupItem[];

Returns

CustomPiovtFieldGroupItem[]

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

getType()

Gets the group type.

getType() : PivotFieldGroupType;

Returns

PivotFieldGroupType