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