Type Definition bevy_retrograde::ui::raui::core::signals::Signal[]

type Signal = (WidgetId, Box<dyn MessageData + 'static, Global>);
Expand description

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