SlicerCacheItemCollection
SlicerCacheItemCollection class
Represent the collection of SlicerCacheItem
class SlicerCacheItemCollection;
Methods
Method | Description |
---|---|
get(number) | Gets the SlicerCacheItem object by index. |
getCount() | Gets the count of the SlicerCacheItem. |
isNull() | Checks whether the implementation object is null. |
get(number)
Gets the SlicerCacheItem object by index.
get(index: number) : SlicerCacheItem;
Parameters:
Parameter | Type | Description |
---|---|---|
index | number |
Returns
getCount()
Gets the count of the SlicerCacheItem.
getCount() : number;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;