TESSA Web API
    Preparing search index...
    • Performs a deep merge of two storage objects. Supports nested IStorage, IStorageArray, Primitive. All other types are transferred as is.

      Type Parameters

      Parameters

      • source: undefined | null | T

        Source storage object.

      • target: undefined | null | T

        Target storage object.

      Returns boolean

      true if the merge was successful. false otherwise.