package js.html
extends Element › DOMElement › Node › EventTarget
Available on js
The HTMLSlotElement
interface of the Shadow DOM API enables access to the name and assigned nodes of an HTML slot
element.
Documentation HTMLSlotElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
name:String
DOMString
: Can be used to get and set the slot's name.
assignedNodes(?options:Null<AssignedNodesOptions>):Array<Node>
Returns the sequence of elements assigned to this slot, or alternatively the slot's fallback content.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/SlotElement.html