Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Clonable<T>

Interface for clonable objects. The clone() method creates a deep clone of the object.

export
template

T

interface

Clonable

Type parameters

  • T

Hierarchy

Implemented by

Index

Methods

Methods

clone

  • clone(): T

Generated using TypeDoc