Interface EsPropertyDeclaration

Class property declaration details.

Declares property getter and/or setter. If neither declared, both will be declared automatically.

Hierarchy

  • EsPropertyDeclaration

Properties

Properties

get?: ((this, member, hostClass) => EsSnippet)

Type declaration

set?: ((this, value, member, hostClass) => EsSnippet)

Type declaration

Generated using TypeDoc