Share via


important property

Sets or gets whether or not the property is !important.

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/write.

 

Syntax

JavaScript
object.important = bIsImportantbIsImportant = object.important

 

Property values

Type: boolean

True if property is !important, false otherwise.

See also

DiagnosticsStyleProperty