Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes a property.

Hierarchy

  • PropertyDescriptor

Index

Properties

get?: FunctionDescriptor<"sync" | "async">

The getter of the property. If set to 'async' then it returns a Promise. Default return behavior is 'sync'.

getOnly?: boolean

If true then no setter will be generated for the proxy property.

default

false

name: string

The setter of the property. Default return behavior is 'sync'.

type?: "property"

Generated using TypeDoc