Share via


status property

Returns whether the property is valid, invalid, or unrecognized.

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
sStatus = object.status

 

Property values

Type: DOMString

One of the following strings:

  • Valid
  • InvalidValue
  • UnrecognizedProperty (a.k.a. an expando)

See also

DiagnosticsStyleProperty