DOM.DOMShadowRoot (dom v0.1.0)

Implements interface ShadowRoot https://dom.spec.whatwg.org/#interface-shadowroot

Link to this section Summary

Link to this section Types

@type t() ::
  Map.merge(DOM.DOMDocumentFragment.t(), %DOM.DOMShadowRoot{
    base_uri: term(),
    child_nodes: term(),
    delegate_focus: boolean(),
    first_child: term(),
    host: DOM.DOMElement.t(),
    is_connected: term(),
    last_child: term(),
    mode: :open | :closed,
    next_sibling: term(),
    node_name: term(),
    node_type: term(),
    node_value: term(),
    on_slot_change: function(),
    owner_document: term(),
    parent_element: term(),
    parent_node: term(),
    previous_sibling: term(),
    slot_assignment: :manual | :named,
    text_content: term()
  })