Creates an instance of an UpdateSuspender
The target that we want to suspend. Multiple nested suspend/resumes are permitted
This flag is passed through to the target on resume
USED INTERNALLY: A map of string Id to Suspended instances
Gets whether the current instance is suspended
Gets whether the target should resume once updates are resumed
Call this to resume drawing on the target ISuspendable
Get whether the provided ISuspendable instance is suspended or not
The target ISuspendable
A helper function to perform multiple operations in a single batch with a single redraw at the end
The target that we want to suspend and resume around a batch operation
Generated using TypeDoc
A class which allows nested suspend/resume operations on an ISuspendable target