Interface UpdateI18nAction

interface UpdateI18nAction {
    errorTranslator: ErrorTranslator;
    locale: string;
    translator: Translator;
    type: "jsonforms/UPDATE_I18N";
}

Properties

errorTranslator: ErrorTranslator
locale: string
translator: Translator
type: "jsonforms/UPDATE_I18N"

Generated using TypeDoc