Documentation - v0.0.0
    Preparing search index...

    Enumeration ArrayLiteralMergeStrategyType

    Array literal merge strategy type.

    Index

    Enumeration Members

    Enumeration Members

    APPEND: "append"

    Always append as new element.

    MERGE: "merge"

    If existing element and new element share the same index and they are both a collection-type, merge the two.

    OVERWRITE: "overwrite"

    If an element exists at the same index, overwrite it.