activeInBlock property

Returns whether a single property in the case of multiple values is active (hasn't been overwritten, overridden by a !important value, or disabled) or not.

Note  These APIs can only be used with F12 developer tools and the Diagnostics Script Engine, and can't be called from JavaScript.

 

This property is read-only.

 

Syntax

JavaScript
bIsActive = object.activeInBlock

 

Property values

Type: boolean

True if the property is active, false otherwise.

Remarks

Multiple values means multiple parsed values, both parsed and dynamic values, or a combination of the two.

See also

DiagnosticsStyleProperty