Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ObjectUtils

Index

Methods

Methods

Static clone

  • clone<T>(p: any, c?: T): T
  • 对象深度拷贝

    Type parameters

    • T

    Parameters

    • p: any

      any 源对象

    • Default value c: T = null

      any 目标对象, 不传则返回新对象, 传则合并属性, 相同名字的属性则会覆盖

    Returns T

Static elements

  • elements(p: {}): any[]

Generated using TypeDoc