Request cursor to be shown at position with given appearance.
(req: CursorRequest)
| 44 | export interface CursorStateCollector { |
| 45 | /** Request cursor to be shown at position with given appearance. */ |
| 46 | request(req: CursorRequest): void; |
| 47 | |
| 48 | /** Get the resolved cursor state after all widget requests. */ |
| 49 | resolve(): CursorState | null; |