SlicerCacheItemCollection
SlicerCacheItemCollection class
Represent the collection of SlicerCacheItem
class SlicerCacheItemCollection;
Properties
| Property | Type | Description |
|---|---|---|
| count | number | Readonly. Gets the count of the SlicerCacheItem. |
Methods
| Method | Description |
|---|---|
| get(number) | Gets the SlicerCacheItem object by index. |
count
Readonly. Gets the count of the SlicerCacheItem.
count : number;
get(number)
Gets the SlicerCacheItem object by index.
get(index: number) : SlicerCacheItem;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | number |
Returns