Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUpdateFieldOptions

Hierarchy

  • IUpdateFieldOptions

Index

Properties

deleteField?: boolean

Optionally, delete the field with fieldName. Use dot notation to access nested fields.

disableCheckEquality?: boolean

Optionally, disable checking if the updated value is equal to the current value. By default, we skip the update if they’re equal.

fieldName: string

The field name to update. Use dot notation to access nested fields.

ignoreRequiredFields?: boolean

If true, ignores checking required fields have values

path: string

The path to the row to update

value: any

The value to write

Generated using TypeDoc