Options
All
  • Public
  • Public/Protected
  • All
Menu

@tspower/reflection

Index

Functions

getMethods

  • getMethods(obj: object): Array<string>
  • Parameters

    • obj: object

      object explored

    Returns Array<string>

    array name of method

getProperties

  • getProperties(obj: object): Array<string>
  • Parameters

    • obj: object

      object explored

    Returns Array<string>

    array name of properties

getPropertyByValue

  • getPropertyByValue(obj: object, value: any): string
  • Parameters

    • obj: object

      object explored

    • value: any

      value to be search

    Returns string

    name of property that match value requested

Generated using TypeDoc