Interface UpdateErrorsAction

interface UpdateErrorsAction {
    errors: ErrorObject<string, Record<string, any>, unknown>[];
    type: "jsonforms/UPDATE_ERRORS";
}

Properties

Properties

errors: ErrorObject<string, Record<string, any>, unknown>[]
type: "jsonforms/UPDATE_ERRORS"

Generated using TypeDoc