pub fn monitor(
child: impl IntoUiNode,
monitor: impl IntoVar<MonitorQuery>,
) -> UiNodeExpand description
P Binds the monitor window var with the property value.
The binding is bidirectional and the window variable is assigned on init.
pub fn monitor(
child: impl IntoUiNode,
monitor: impl IntoVar<MonitorQuery>,
) -> UiNodeP Binds the monitor window var with the property value.
The binding is bidirectional and the window variable is assigned on init.