Module raui_core::signals[][src]

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

SignalSender

Used to send Signals from a component change context

Type Definitions

Signal

A signal is a message sent by a widget that can be read by the Application