@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="CSSStyleRule")
public class CSSStyleRule
extends CSSRule
| Modifier and Type | Field and Description |
|---|---|
@JsNonNull java.lang.String |
selectorText
The CSSRule.selectorText property gets the textual representation of the selector for the rule set.
|
CHARSET_RULE, COUNTER_STYLE_RULE, cssText, FONT_FACE_RULE, FONT_FEATURE_VALUES_RULE, IMPORT_RULE, KEYFRAME_RULE, KEYFRAMES_RULE, MARGIN_RULE, MEDIA_RULE, NAMESPACE_RULE, PAGE_RULE, STYLE_RULE, SUPPORTS_RULE| Modifier | Constructor and Description |
|---|---|
protected |
CSSStyleRule() |
| Modifier and Type | Method and Description |
|---|---|
CSSStyleDeclaration |
style()
The CSSRule.style property is the CSSStyleDeclaration interface for the declaration block of the CSSRule.
|
parentRule, parentStyleSheet, typeassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic @JsNonNull java.lang.String selectorText
@JsProperty(name="style") @Nonnull public CSSStyleDeclaration style()