OnRequestAppend
Type: TSInterface
PROPERTY | TYPE | DESCRIPTION |
---|---|---|
currentTarget | InfiniteGrid | An InfiniteGrid instance that triggered this event. |
groupKey | string | number | undefined | Last group key. |
nextGroupKey | string | number | undefined | The key of the next group that should replace placeholders. |
isVirtual | boolean | Whether to request virtual groups corresponding to placeholders. |
wait | () => void | Set to standby to request data. |
ready | () => void | When the data request is complete, it is set to ready state. |