Liking cljdoc? Tell your friends :D

web.cssdom.StyleSheet

An object implementing the StyleSheet interface represents a style sheet. CSS style sheets will further implement the more web.cssdom.CSSStyleSheet interface.

An object implementing the StyleSheet interface represents a
style sheet. CSS style sheets will further implement the more
`web.cssdom.CSSStyleSheet` interface.
raw docstring

disabledcljs

(disabled this)

Property.

The disabled property of the web.cssdom.StyleSheet interface whether the style sheet is prevented from applying to the document.

bool = stylesheet.disabled

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/disabled

Property.

The disabled property of the `web.cssdom.StyleSheet` interface
whether the style sheet is prevented from applying to the document.

`bool = stylesheet.disabled`

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

hrefcljs

(href this)

Property.

[Read Only]

The href property of the web.cssdom.StyleSheet interface returns location of the style sheet.

uri = stylesheet.href

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/href

Property.

[Read Only]

The href property of the `web.cssdom.StyleSheet` interface returns
location of the style sheet.

`uri = stylesheet.href`

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

mediacljs

(media this)

Property.

[Read Only]

The media property of the web.cssdom.StyleSheet interface specifies intended destination media for style information. It is a read-only, MediaList object and can be removed with deleteMedium() and added appendMedium().

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/media

Property.

[Read Only]

The media property of the `web.cssdom.StyleSheet` interface specifies
intended destination media for style information. It is a read-only,
MediaList object and can be removed with deleteMedium() and added
appendMedium().

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

owner-nodecljs

(owner-node this)

Property.

[Read Only]

The ownerNode property of the web.cssdom.StyleSheet interface the node that associates this style sheet with the document.

objRef = stylesheet.ownerNode

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/ownerNode

Property.

[Read Only]

The ownerNode property of the `web.cssdom.StyleSheet` interface
the node that associates this style sheet with the document.

`objRef = stylesheet.ownerNode`

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

parent-style-sheetcljs

(parent-style-sheet this)

Property.

[Read Only]

The parentStyleSheet property of the web.cssdom.StyleSheet returns the style sheet, if any, that is including the given sheet.

objRef = stylesheet.parentStyleSheet

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/parentStyleSheet

Property.

[Read Only]

The parentStyleSheet property of the `web.cssdom.StyleSheet`
returns the style sheet, if any, that is including the given
sheet.

`objRef = stylesheet.parentStyleSheet`

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

set-disabled!cljs

(set-disabled! this val)

Property.

The disabled property of the web.cssdom.StyleSheet interface whether the style sheet is prevented from applying to the document.

bool = stylesheet.disabled

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/disabled

Property.

The disabled property of the `web.cssdom.StyleSheet` interface
whether the style sheet is prevented from applying to the document.

`bool = stylesheet.disabled`

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

titlecljs

(title this)

Property.

[Read Only]

The title property of the web.cssdom.StyleSheet interface returns advisory title of the current style sheet.

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/title

Property.

[Read Only]

The title property of the `web.cssdom.StyleSheet` interface returns
advisory title of the current style sheet.

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

typecljs

(type this)

Property.

[Read Only]

The type property of the web.cssdom.StyleSheet interface specifies style sheet language for the given style sheet.

string = stylesheet.type

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/type

Property.

[Read Only]

The type property of the `web.cssdom.StyleSheet` interface specifies
style sheet language for the given style sheet.

`string = stylesheet.type`

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

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

× close