Interface SetLocaleAction

interface SetLocaleAction {
    locale: string;
    type: "jsonforms/SET_LOCALE";
}

Properties

Properties

locale: string
type: "jsonforms/SET_LOCALE"

Generated using TypeDoc