SliceRowIdsListener
The SliceRowIdsListener type describes a function that is used to listen to changes to the Row Ids in a Slice.
(
indexes: Indexes,
indexId: Id,
sliceId: Id,
): void| Type | Description | |
|---|---|---|
indexes | Indexes | A reference to the |
indexId | Id | |
sliceId | Id | |
| returns | void | This has no return value. |
A SliceRowIdsListener is provided when using the addSliceRowIdsListener method. See that method for specific examples.
When called, a SliceRowIdsListener is given a reference to the Indexes object, the Id of the Index that changed, and the Id of the Slice whose Row Ids changed.
Since
v1.0.0