propertyState property

String? propertyState
getter/setter pair

The property state of the border property. Possible string values are:

  • "RENDERED" : If a property's state is RENDERED, then the element has the corresponding property when rendered in the document. This is the default value.
  • "NOT_RENDERED" : If a property's state is NOT_RENDERED, then the element does not have the corresponding property when rendered in the document.

Implementation

core.String? propertyState;