Class OptionCopier

Since

1.2.0

Hierarchy

Constructors

Properties

addressReferTypeList: (new (...args: any[]) => any)[] = ...
copyIdMap: Map<string, any[]> = ...
copyIdSet: Set<string> = ...
extraHandleList: ExtraHandle<any, OptionCopier>[] = []

Methods

  • Since

    1.1.4

    Parameters

    • copyId: string
    • val: any

    Returns OptionCopier

  • Type Parameters

    • T

    Parameters

    • optA: T
    • Optional copyId: string

    Returns T

  • Type Parameters

    • T

    Parameters

    • optA: ArrayLike<T>
    • Optional copyId: string

    Returns T[]

  • Type Parameters

    • T

    Parameters

    • optA: T
    • Optional copyId: string

    Returns T

  • Parameters

    • copyId: string

    Returns any[]

  • Type Parameters

    • T

    Parameters

    • obj: T

    Returns T

  • Type Parameters

    • TypeA

    • TypeB

    Parameters

    • optA: TypeA
    • optB: TypeB

    Returns TypeA & TypeB

  • Type Parameters

    • TypeA

    • TypeB

    Parameters

    • optA: TypeA
    • optB: TypeB
    • Optional copyId: string

    Returns TypeA & TypeB

Generated using TypeDoc