CSSProperty Properties |
The CSSProperty type exposes the following members.
Name | Description | |
---|---|---|
Disabled |
Whether the property is disabled by the user (present for source-based properties only).
| |
Implicit |
Whether the property is implicit (implies `false` if absent).
| |
Important |
Whether the property has "!important" annotation (implies `false` if absent).
| |
Name |
The property name.
| |
ParsedOk |
Whether the property is understood by the browser (implies `true` if absent).
| |
Range |
The entire property range in the enclosing style declaration (if available).
| |
Text |
The full property text as specified in the style.
| |
Value |
The property value.
|