mobx-bonsai
    Preparing search index...

    Function applyPlainObjectToYMap

    • Applies a plain object to a Y.Map, using the convertPlainToYjsValue to convert the values.

      Parameters

      • dest: YMap<any>

        The destination Y.Map where the properties will be set

      • source: Readonly<Record<string, any>>

        The plain JavaScript object whose properties will be applied to the Y.Map

      Returns void