Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TypedPropertyDescriptor<T>

Type parameters

  • T

Hierarchy

  • TypedPropertyDescriptor

Index

Properties

Optional configurable

configurable: undefined | false | true

Optional enumerable

enumerable: undefined | false | true

Optional get

get: undefined | (() => T)

Optional set

set: undefined | ((value: T) => void)

Optional value

value: T

Optional writable

writable: undefined | false | true