Options
All
  • Public
  • Public/Protected
  • All
Menu

Module store/modules/LivePost

Index

Variables

Variables

default: { actions: { fetchLivePost: any }; getters: { livePost: ((state: any) => any) }; mutations: { UPDATE_LIVE_POST: any }; namespaced: boolean; state: { livePost: null } }

Type declaration

  • actions: { fetchLivePost: any }
    • fetchLivePost:function
      • fetchLivePost(__namedParameters: Object, storeName: any): Promise<void>
  • getters: { livePost: ((state: any) => any) }
    • livePost: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

  • mutations: { UPDATE_LIVE_POST: any }
    • UPDATE_LIVE_POST:function
      • UPDATE_LIVE_POST(state: any, payload: any): void
  • namespaced: boolean
  • state: { livePost: null }
    • livePost: null

Generated using TypeDoc