interface TypeRemoveFieldDefinitionAction {
    action: "removeFieldDefinition";
    fieldName: string;
}

Properties

Properties

action: "removeFieldDefinition"
fieldName: string

name of the FieldDefinition to remove. The removal of a FieldDefinition deletes asynchronously all Custom Fields using the FieldDefinition as well.

Generated using TypeDoc