schedule
Schedules execution of the provided function in the render queue.
abstract
abstract schedule(f: () => void, lowPriority?: boolean): void
Related
- class RenderContext abstractAn abstract class that supports global view rendering, part of the global application context.