Function perspective_viewer::bootstrap_web_components
source · pub fn bootstrap_web_components(psp: &JsValue)Expand description
Register Web Components with the global registry, given a Perspective
module. This function shouldn’t be called directly; instead, use the
define_web_components! macro to both call this method and hook the
wasm_bindgen module object.