• (Over)writes a field of a database variable.

    Parameters

    • path: string

      The path where to write the field.

    • field: string

      What field to write.

    • value: string | number

      The value to write.

    • Optional callbackStateVariable: Variable

      The variable where to store the result.

    Returns void