Expand description

Widget signals

Signals are a way for widgets to send messages to the RAUI Application. This can be used to create custom integrations with the RAUI host or rendering backend.

Signals may be sent using the SignalSender in the widget change context or unmount context.

Structs

Type Aliases