SlicerCacheItem

SlicerCacheItem class

Represent slicer data source item

class SlicerCacheItem;

Properties

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

selected

Specifies whether the SlicerCacheItem is selected or not.

selected : boolean;

Remarks

Please use [ Slicer.SelectItems(string[], bool)](../ slicer.selectitems(string[], bool)/) method instead if you want to select item. Because this refresh operation causes poor performance due to full data reload every time selection changes.

value

Readonly. Returns the label text for the slicer item.

value : string;