Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ObjectUtils

Hierarchy

  • ObjectUtils

Index

Methods

Methods

Static getProp

  • getProp(source: Object | Array<any>, propertyAccessor: string, convertUndefinedToNull?: boolean): any
  • Parameters

    • source: Object | Array<any>
    • propertyAccessor: string
    • Default value convertUndefinedToNull: boolean = true

    Returns any

Static setProp

  • setProp(target: any, propertyAccessor: string, value: any): any
  • Parameters

    • target: any
    • propertyAccessor: string
    • value: any

    Returns any

Generated using TypeDoc