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. Read-only.

selected

Specifies whether the SlicerItem is selected or not.

selected : boolean;

value

Readonly. Returns the label text for the slicer item. Read-only.

value : string;