Expand description
Built-in capability used to notify the Shell that a UI update is necessary.
Structs§
- Render
- Use an instance of
Render
to notify the Shell that it should update the user interface. This assumes a declarative UI framework is used in the Shell, which will take the ViewModel provided byCore::view
and reconcile the new UI state based on the view model with the previous one. - Render
Operation - The single operation
Render
implements.
Functions§
- render
- Signal to the shell that the UI should be redrawn.
Returns a
Command
. - render_
builder - Signal to the shell that the UI should be redrawn.
Returns a
NotificationBuilder
.