[−][src]Trait stdweb::web::ISlotable
The Slotable mixin defines features that allow nodes to become the contents of
a <slot> element — the following features are included in both Element and Text.
Provided methods
fn assigned_slot(&self) -> Option<SlotElement>
returns a SlotElement representing the <slot> element the node is inserted in.