Options
All
  • Public
  • Public/Protected
  • All
Menu

Module views/Market/services/store

Index

Variables

Variables

default: { modules: { Product: { actions: { fetchProducts: any; resetProducts: any; setPage: any }; getters: { currentPage: ((state: any) => any); pagesTotal: ((state: any) => any); products: ((state: any) => any); productsTotalQty: ((state: any) => any) }; mutations: {}; state: { currentPage: number; pagination: null; products: never[] } }; Ticket: { actions: { fetchTicket: any }; getters: { ticketLoadingState: ((state: any) => any); tickets: ((state: any) => any) }; mutations: {}; state: { error: null; loadingState: string; tickets: never[] } } }; namespaced: boolean }

Type declaration

  • modules: { Product: { actions: { fetchProducts: any; resetProducts: any; setPage: any }; getters: { currentPage: ((state: any) => any); pagesTotal: ((state: any) => any); products: ((state: any) => any); productsTotalQty: ((state: any) => any) }; mutations: {}; state: { currentPage: number; pagination: null; products: never[] } }; Ticket: { actions: { fetchTicket: any }; getters: { ticketLoadingState: ((state: any) => any); tickets: ((state: any) => any) }; mutations: {}; state: { error: null; loadingState: string; tickets: never[] } } }
    • Product: { actions: { fetchProducts: any; resetProducts: any; setPage: any }; getters: { currentPage: ((state: any) => any); pagesTotal: ((state: any) => any); products: ((state: any) => any); productsTotalQty: ((state: any) => any) }; mutations: {}; state: { currentPage: number; pagination: null; products: never[] } }
      • actions: { fetchProducts: any; resetProducts: any; setPage: any }
      • getters: { currentPage: ((state: any) => any); pagesTotal: ((state: any) => any); products: ((state: any) => any); productsTotalQty: ((state: any) => any) }
        • currentPage: ((state: any) => any)
            • (state: any): any
            • Parameters

              • state: any

              Returns any

        • pagesTotal: ((state: any) => any)
            • (state: any): any
            • Parameters

              • state: any

              Returns any

        • products: ((state: any) => any)
            • (state: any): any
            • Parameters

              • state: any

              Returns any

        • productsTotalQty: ((state: any) => any)
            • (state: any): any
            • Parameters

              • state: any

              Returns any

      • mutations: {}
        • state: { currentPage: number; pagination: null; products: never[] }
          • currentPage: number
          • pagination: null
          • products: never[]
      • Ticket: { actions: { fetchTicket: any }; getters: { ticketLoadingState: ((state: any) => any); tickets: ((state: any) => any) }; mutations: {}; state: { error: null; loadingState: string; tickets: never[] } }
        • actions: { fetchTicket: any }
        • getters: { ticketLoadingState: ((state: any) => any); tickets: ((state: any) => any) }
          • ticketLoadingState: ((state: any) => any)
              • (state: any): any
              • Parameters

                • state: any

                Returns any

          • tickets: ((state: any) => any)
              • (state: any): any
              • Parameters

                • state: any

                Returns any

        • mutations: {}
          • state: { error: null; loadingState: string; tickets: never[] }
            • error: null
            • loadingState: string
            • tickets: never[]
      • namespaced: boolean

      Generated using TypeDoc