Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Property<T, U, T, U>

Type parameters

Hierarchy

  • TypedPropertyDescriptor<U>

Index

Constructors

constructor

Properties

Optional configurable

configurable: boolean

defaultValue

defaultValue: U

Optional enumerable

enumerable: boolean

Optional get

get: function

Type declaration

    • (): U
    • Returns U

getDefault

getDefault: symbol

Optional set

set: function

Type declaration

    • (value: U): void
    • Parameters

      • value: U

      Returns void

setNative

setNative: symbol

Optional value

value: U

Optional writable

writable: boolean

Methods

isSet

  • isSet(instance: T): boolean

nativeValueChange

  • nativeValueChange(owner: T, value: U): void

register

  • register(cls: object): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method