SlicerCacheItem
SlicerCacheItem class
Represent slicer data source item
class SlicerCacheItem;
Properties
Property | Type | Description |
---|---|---|
selected | boolean | Specifies whether the SlicerItem is selected or not. |
value | string | Readonly. 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;