SlicerCacheItem
Contents
[
Hide
]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. |
Methods
| Method | Description |
|---|---|
| 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. Read-only. |
| 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. Read-only.
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:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | The value to set. |
getValue()
@deprecated. Please use the ‘value’ property instead. Returns the label text for the slicer item. Read-only.
getValue() : string;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;