Interface TypeChangeFieldDefinitionOrderAction

interface TypeChangeFieldDefinitionOrderAction {
    action: "changeFieldDefinitionOrder";
    fieldNames: string[];
}

Properties

Properties

action: "changeFieldDefinitionOrder"
fieldNames: string[]

Must match the set of names of FieldDefinitions (up to order).

Generated using TypeDoc