Interface EsPropertyHandle

Class property handle used to read and assign property value.

Hierarchy

  • EsPropertyHandle

Properties

Methods

Properties

property: EsProperty

Target property.

readable: boolean

Whether the property is readable.

true if property getter has been declared, or false otherwise.

writable: boolean

Whether te property is writable.

true if property setter has been declared, or false otherwise.

Methods

Generated using TypeDoc