• Performs bulk setting of values to the given data object.

    Parameters

    • data: object

      The data object to set data.

    • accessorValues: Record<string, any>

      Object of accessor keys to values to set.

    • Optionaloperation: SafeSetOperation

      Operation to perform including: 'add', 'div', 'mult', 'set', 'sub'; default (set).

    • OptionalcreateMissing: boolean

      If true missing accessor entries will be created as objects automatically.

    Returns void