Called on each tick/frame to update view manager state.
Clears the list of views with errors.
Invalidates the layout of the specified view, causing it to be recalculated.
The view whose layout should be invalidated.
Invalidates the state of the specified view, causing it to be re-rendered or updated.
The view whose state should be invalidated.
Registers a control (view) with an error for debugging purposes.
The error object containing debug information.
Optional
view: anyThe view associated with the error.
Unregisters a control (view) from error tracking.
The view to unregister.
Interface for managing views, their state, layout, and error tracking.