Options
All
  • Public
  • Public/Protected
  • All
Menu

Provides a utility method for deeply cloning objects with properties that are computed or have their own clone() method, such as Extent.

Read more...

Hierarchy

  • lang

Index

Methods

Methods

clone

  • clone(elem: any): any
  • Use this method to deeply clone objects with properties that are computed or have their own clone() method.

    Read more...

    Parameters

    • elem: any

    Returns any

Generated using TypeDoc