Reference
runWithEventPriority
Event priority helpers for React-compatible event batching.
Signature
function runWithEventPriority<T>(priority: EventPriority, callback: (): T, deferFlush?: (flush: (): void): void): TReference
Event priority helpers for React-compatible event batching.
function runWithEventPriority<T>(priority: EventPriority, callback: (): T, deferFlush?: (flush: (): void): void): T