Reference

runWithEventPriority

Event priority helpers for React-compatible event batching.

Signature

function runWithEventPriority<T>(priority: EventPriority, callback: (): T, deferFlush?: (flush: (): void): void): T