plinth/browser/html_slot_element
Types
pub type HTMLSlotElement
Values
pub fn assigned_elements(
slot: HTMLSlotElement,
) -> array.Array(element.Element)
pub fn cast(
raw: dynamic.Dynamic,
) -> Result(HTMLSlotElement, decode.DecodeError)