interface TypeChangeLabelAction {
    action: "changeLabel";
    fieldName: string;
    label: LocalizedString;
}

Properties

action: "changeLabel"
fieldName: string

Name of the Field Definition to update.

JSON object where the keys are of type Locale, and the values are the strings used for the corresponding language.