OnRequestPrepend
Type: TSInterface
| PROPERTY | TYPE | DESCRIPTION | 
|---|---|---|
| currentTarget | InfiniteGrid | 이 이벤트를 트리거한 InfiniteGrid의 인스턴스 | 
| groupKey | string | number | undefined | 첫번째 그룹의 키. | 
| nextGroupKey | string | number | undefined | Virtual Item(placeholder)들을 대체해야 할 다음 그룹의 키. | 
| nextGroupKeys | Array<string | number> | Virtual Item(placeholder)들을 대체해야 할 다음 그룹키 배열. | 
| isVirtual | boolean | Virtual Item(placeholder)들에 해당하는 가상의 그룹을 요청하는지 여부 | 
| wait | () => void | 데이터를 요청하기 위해 대기 상태로 설정한다. | 
| ready | () => void | 데이터 요청이 끝났다면 준비 상태로 설정한다. |