@microsoft/fast-element > UpdateQueue
UpdateQueue interface
A work queue used to synchronize writes to the DOM.
Signature:
export interface UpdateQueue
Methods
|
Method |
Description |
|---|---|
|
Schedules DOM update work in the next batch. | |
|
Resolves with the next DOM update. | |
|
Immediately processes all work previously scheduled through enqueue. | |
|
Sets the update mode used by enqueue. |