Returns a deep clone of the given Cell (including the children) which is created using {@link cloneCells}.

  • Parameters

    • cell: null | Cell = null

      Cell to be cloned. Default is null.

    • includeChildren: boolean = true

      Boolean indicating if the cells should be cloned with all descendants. Default is true.

    Returns null | Cell