Options
All
  • Public
  • Public/Protected
  • All
Menu

Module store/modules/ReplayList

Index

Variables

actionTypes: { RESET_REPLAY_LIST: string; SET_PAGES: string; UPDATE_REPLAY_LIST: string } = ...

Type declaration

  • RESET_REPLAY_LIST: string
  • SET_PAGES: string
  • UPDATE_REPLAY_LIST: string
default: { actions: { fetchReplayList: any; resetReplayList: any; setPage: any }; getters: { currentPage: ((state: any) => any); normalizeReplayList: ((state: any) => any); pagesTotal: ((state: any) => any); replayList: ((state: any) => any) }; mutations: {}; namespaced: boolean; state: { currentPage: number; meta: null; replayList: never[] } }

Type declaration

  • actions: { fetchReplayList: any; resetReplayList: any; setPage: any }
    • fetchReplayList:function
      • fetchReplayList(__namedParameters: Object, storeName: any): Promise<void>
    • resetReplayList:function
      • resetReplayList(__namedParameters: Object): void
    • setPage:function
      • setPage(__namedParameters: Object, page: any): void
  • getters: { currentPage: ((state: any) => any); normalizeReplayList: ((state: any) => any); pagesTotal: ((state: any) => any); replayList: ((state: any) => any) }
    • currentPage: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

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

          • state: any

          Returns any

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

          • state: any

          Returns any

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

          • state: any

          Returns any

  • mutations: {}
    • namespaced: boolean
    • state: { currentPage: number; meta: null; replayList: never[] }
      • currentPage: number
      • meta: null
      • replayList: never[]

    Generated using TypeDoc