Liking cljdoc? Tell your friends :D

css.CSSStyleRule

CSSStyleRule represents a single CSS style rule. It implements css.CSSRule interface with a type value of 1 (CSSRule.STYLE_RULE).

CSSStyleRule represents a single CSS style rule. It implements
`css.CSSRule` interface with a type value of 1 (CSSRule.STYLE_RULE).
raw docstring

selector-textcljs

(selector-text this)

Property.

The CSSRule.selectorText property gets the textual representation the selector for the rule set. This is readonly in some browsers; set stylesheet rules dynamically cross-browser, see Using dynamic information.

string = cssRule.selectorText

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleRule/selectorText

Property.

The CSSRule.selectorText property gets the textual representation
the selector for the rule set. This is readonly in some browsers;
set stylesheet rules dynamically cross-browser, see Using dynamic
information.

`string = cssRule.selectorText`

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

set-selector-text!cljs

(set-selector-text! this val)

Property.

The CSSRule.selectorText property gets the textual representation the selector for the rule set. This is readonly in some browsers; set stylesheet rules dynamically cross-browser, see Using dynamic information.

string = cssRule.selectorText

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleRule/selectorText

Property.

The CSSRule.selectorText property gets the textual representation
the selector for the rule set. This is readonly in some browsers;
set stylesheet rules dynamically cross-browser, see Using dynamic
information.

`string = cssRule.selectorText`

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

set-style!cljs

(set-style! this val)

Property.

The CSSRule.style property is the css.CSSStyleDeclaration interface the declaration block of the css.CSSRule.

styleObj = cssRule.style

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleRule/style

Property.

The CSSRule.style property is the `css.CSSStyleDeclaration` interface
the declaration block of the `css.CSSRule`.

`styleObj = cssRule.style`

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

set-style-map!cljs

(set-style-map! this val)

Property.

The styleMap read-only property of the css.CSSStyleRule interface a web.StylePropertyMap object which provides access the rule's pairs.

var stylePropertyMap = CSSStyleRule.styleMap;

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleRule/styleMap

Property.

The styleMap read-only property of the `css.CSSStyleRule` interface
a `web.StylePropertyMap` object which provides access the rule's
pairs.

`var stylePropertyMap = CSSStyleRule.styleMap;`

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

stylecljs

(style this)

Property.

The CSSRule.style property is the css.CSSStyleDeclaration interface the declaration block of the css.CSSRule.

styleObj = cssRule.style

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleRule/style

Property.

The CSSRule.style property is the `css.CSSStyleDeclaration` interface
the declaration block of the `css.CSSRule`.

`styleObj = cssRule.style`

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

style-mapcljs

(style-map this)

Property.

The styleMap read-only property of the css.CSSStyleRule interface a web.StylePropertyMap object which provides access the rule's pairs.

var stylePropertyMap = CSSStyleRule.styleMap;

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleRule/styleMap

Property.

The styleMap read-only property of the `css.CSSStyleRule` interface
a `web.StylePropertyMap` object which provides access the rule's
pairs.

`var stylePropertyMap = CSSStyleRule.styleMap;`

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

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

× close