Liking cljdoc? Tell your friends :D

web.shadow-dom.HTMLSlotElement

Fired on an HTMLSlotElement instance (<slot> element) when the contained in that slot change.

Fired on an HTMLSlotElement instance (<slot> element) when the
contained in that slot change.
raw docstring

assigned-elementscljs

(assigned-elements this options)

Method.

The assignedElements() property of the web.shadow-dom.HTMLSlotElement returns a sequence of the elements assigned to this slot (and other nodes). If the flatten option is set to true, it also returns assigned elements of any other slots that are descendants of slot. If no assigned nodes are found, it returns the slot's fallback

var assignedElements = HTMLSlotElement.assignedElements(options)

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLSlotElement/assignedElements

Method.

The assignedElements() property of the `web.shadow-dom.HTMLSlotElement`
returns a sequence of the elements assigned to this slot (and
other nodes). If the flatten option is set to true, it also returns
assigned elements of any other slots that are descendants of
slot. If no assigned nodes are found, it returns the slot's fallback

`var assignedElements = HTMLSlotElement.assignedElements(options)`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLSlotElement/assignedElements`
sourceraw docstring

assigned-nodescljs

(assigned-nodes this options)

Method.

The assignedNodes() property of the web.shadow-dom.HTMLSlotElement returns a sequence of the nodes assigned to this slot, and if flatten option is set to true, the assigned nodes of any other that are descendants of this slot. If no assigned nodes are found, returns the slot's fallback content.

var assignedNodes = HTMLSlotElement.assignedNodes(options)

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLSlotElement/assignedNodes

Method.

The assignedNodes() property of the `web.shadow-dom.HTMLSlotElement`
returns a sequence of the nodes assigned to this slot, and if
flatten option is set to true, the assigned nodes of any other
that are descendants of this slot. If no assigned nodes are found,
returns the slot's fallback content.

`var assignedNodes = HTMLSlotElement.assignedNodes(options)`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLSlotElement/assignedNodes`
sourceraw docstring

namecljs

(name this)

Property.

The name property of the web.shadow-dom.HTMLSlotElement interface or sets the slot name. A slot is a placeholder inside a web component users can fill with their own markup.

var name = htmlSlotElement.name htmlSlotElement.name = name

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLSlotElement/name

Property.

The name property of the `web.shadow-dom.HTMLSlotElement` interface
or sets the slot name. A slot is a placeholder inside a web component
users can fill with their own markup.

`var name = htmlSlotElement.name
htmlSlotElement.name = name`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLSlotElement/name`
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

The name property of the web.shadow-dom.HTMLSlotElement interface or sets the slot name. A slot is a placeholder inside a web component users can fill with their own markup.

var name = htmlSlotElement.name htmlSlotElement.name = name

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLSlotElement/name

Property.

The name property of the `web.shadow-dom.HTMLSlotElement` interface
or sets the slot name. A slot is a placeholder inside a web component
users can fill with their own markup.

`var name = htmlSlotElement.name
htmlSlotElement.name = name`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLSlotElement/name`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close