parent

Function parent 

Source
pub fn parent(
    child: impl IntoUiNode,
    parent: impl IntoVar<Option<WindowId>>,
) -> UiNode
Expand description

P Binds the parent window var with the property value.

The binding is bidirectional and the window variable is assigned on init.