pub fn build_delegation_tree(
node: &Node,
parent_delegate: Option<Arc<Mutex<EventDelegate>>>,
) -> Arc<Mutex<EventDelegate>>
Expand description
Helper to build an event delegation tree from a component tree
pub fn build_delegation_tree(
node: &Node,
parent_delegate: Option<Arc<Mutex<EventDelegate>>>,
) -> Arc<Mutex<EventDelegate>>
Helper to build an event delegation tree from a component tree