SlicerCacheItem

SlicerCacheItem class

Represent slicer data source item

class SlicerCacheItem;

Properties

PropertyTypeDescription
selectedbooleanSpecifies whether the SlicerItem is selected or not.
valuestringReadonly. Returns the label text for the slicer item.

Methods

MethodDescription
getSelected()@deprecated. Please use the ‘selected’ property instead. Specifies whether the SlicerItem is selected or not.
setSelected(boolean)@deprecated. Please use the ‘selected’ property instead. Specifies whether the SlicerItem is selected or not.
getValue()@deprecated. Please use the ‘value’ property instead. Returns the label text for the slicer item.
isNull()Checks whether the implementation object is null.

selected

Specifies whether the SlicerItem is selected or not.

selected : boolean;

value

Readonly. Returns the label text for the slicer item.

value : string;

getSelected()

@deprecated. Please use the ‘selected’ property instead. Specifies whether the SlicerItem is selected or not.

getSelected() : boolean;

setSelected(boolean)

@deprecated. Please use the ‘selected’ property instead. Specifies whether the SlicerItem is selected or not.

setSelected(value: boolean) : void;

Parameters:

ParameterTypeDescription
valuebooleanThe value to set.

getValue()

@deprecated. Please use the ‘value’ property instead. Returns the label text for the slicer item.

getValue() : string;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;