Skip to main content

SwitchButtonNode

Function SwitchButtonNode 

Source
pub fn SwitchButtonNode<F>(
    __arg0: Modifier,
    __arg1: SwitchButtonSpec,
    __arg2: bool,
    __arg3: String,
    __arg4: Option<String>,
    __arg5: F,
) -> NodeId
where F: FnMut() + 'static,
Expand description

The node half of SwitchButton.