Function respo::build_dom_tree

source ·
pub fn build_dom_tree<T>(
    tree: &RespoNode<T>,
    coord: &[RespoCoord],
    handle_event: RespoEventMarkFn
) -> Result<Node, JsValue>where
    T: Debug + Clone,
Expand description

creates a DOM tree from virtual DOM with proxied event handler attached