Liking cljdoc? Tell your friends :D
ClojureScript only.

web.cssdom.LinkStyle

The LinkStyle interface provides access to the associated CSS sheet of a node.

The LinkStyle interface provides access to the associated CSS
sheet of a node.
raw docstring

set-sheet!cljs

(set-sheet! this val)

Property.

Returns the CSSStyleSheet object associated with the given element, null if there is none.

Property.

Returns the CSSStyleSheet object associated with the given element,
null if there is none.
sourceraw docstring

sheetcljs

(sheet this)

Property.

Returns the CSSStyleSheet object associated with the given element, null if there is none.

Property.

Returns the CSSStyleSheet object associated with the given element,
null if there is none.
sourceraw docstring

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

× close