schedule
Schedules the provided callback in the rendering queue.
schedule(f: () => void, lowPriority?: boolean): void
Related
- class TestRendererA class that represents an in-memory application render context.
Schedules the provided callback in the rendering queue.
schedule(f: () => void, lowPriority?: boolean): void