Extensions

Press shift + S to search API reference.

Interface

UpdateFieldOptionsOpts

View source

Options that affect the behavior of an UpdateSingleFieldConfigMutation

interface UpdateFieldOptionsOpts
enableSelectFieldChoiceDeletionundefined | false | true

Allowing select field choices to be deleted is dangerous since any records which use that choice will lose their cell value. By default, calling updateOptionsAsync on a select field only allows choices to be added or modified. Passing this option will allow choices to be deleted.