Reflect | typescript
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

apply

  • apply(target: Function, thisArgument: any, argumentsList: ArrayLike<any>): any
  • Parameters

    • target: Function
    • thisArgument: any
    • argumentsList: ArrayLike<any>

    Returns any

construct

  • construct(target: Function, argumentsList: ArrayLike<any>, newTarget?: any): any
  • Parameters

    • target: Function
    • argumentsList: ArrayLike<any>
    • Optional newTarget: any

    Returns any

defineProperty

  • Parameters

    Returns boolean

deleteProperty

  • deleteProperty(target: object, propertyKey: PropertyKey): boolean
  • Parameters

    Returns boolean

get

  • get(target: object, propertyKey: PropertyKey, receiver?: any): any
  • Parameters

    • target: object
    • propertyKey: PropertyKey
    • Optional receiver: any

    Returns any

getOwnPropertyDescriptor

  • Parameters

    Returns PropertyDescriptor | undefined

getPrototypeOf

  • getPrototypeOf(target: object): object
  • Parameters

    • target: object

    Returns object

has

  • has(target: object, propertyKey: PropertyKey): boolean
  • Parameters

    Returns boolean

isExtensible

  • isExtensible(target: object): boolean
  • Parameters

    • target: object

    Returns boolean

ownKeys

  • Parameters

    • target: object

    Returns PropertyKey[]

preventExtensions

  • preventExtensions(target: object): boolean
  • Parameters

    • target: object

    Returns boolean

set

  • set(target: object, propertyKey: PropertyKey, value: any, receiver?: any): boolean
  • Parameters

    • target: object
    • propertyKey: PropertyKey
    • value: any
    • Optional receiver: any

    Returns boolean

setPrototypeOf

  • setPrototypeOf(target: object, proto: any): boolean
  • Parameters

    • target: object
    • proto: any

    Returns boolean

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

Generated using TypeDoc