Options
All
  • Public
  • Public/Protected
  • All
Menu

Module store/modules/Lang

Index

Variables

Variables

default: { actions: { setLocale: any }; getters: { locale: ((state: any, getters: any, rootState: any, rootGetters: any) => any) }; mutations: { SET_LOCALE: any }; namespaced: boolean; state: { locale: undefined | null | string } }

Type declaration

  • actions: { setLocale: any }
    • setLocale:function
      • setLocale(__namedParameters: Object, __namedParameters: Object): void
  • getters: { locale: ((state: any, getters: any, rootState: any, rootGetters: any) => any) }
    • locale: ((state: any, getters: any, rootState: any, rootGetters: any) => any)
        • (state: any, getters: any, rootState: any, rootGetters: any): any
        • Parameters

          • state: any
          • getters: any
          • rootState: any
          • rootGetters: any

          Returns any

  • mutations: { SET_LOCALE: any }
    • SET_LOCALE:function
      • SET_LOCALE(state: any, __namedParameters: Object): void
  • namespaced: boolean
  • state: { locale: undefined | null | string }
    • locale: undefined | null | string

Generated using TypeDoc