mobx-bonsai
    Preparing search index...

    Function applyPlainArrayToYArray

    • Applies a plain array to a Y.Array, using the convertPlainToYjsValue to convert the values.

      Parameters

      • dest: YArray<any>

        The Y.js Array that will receive the converted values.

      • source: readonly any[]

        The plain JavaScript array whose values will be converted and pushed to the destination.

      Returns void