Options
All
  • Public
  • Public/Protected
  • All
Menu

Module store/modules/StreamPost/PollSend

Index

Variables

Variables

default: { actions: { sendPollResult: any }; getters: { pollSendLoadingState: ((state: any) => any) }; mutations: {}; state: { error: null; loadingState: string } }

Type declaration

  • actions: { sendPollResult: any }
    • sendPollResult:function
      • sendPollResult(__namedParameters: Object, postData: any): Promise<void>
  • getters: { pollSendLoadingState: ((state: any) => any) }
    • pollSendLoadingState: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

  • mutations: {}
    • state: { error: null; loadingState: string }
      • error: null
      • loadingState: string
    types: { SEND_POLL_RESULT: string; SEND_POLL_RESULT_FAILED: string; SEND_POLL_RESULT_SUCCESS: string } = ...

    Type declaration

    • SEND_POLL_RESULT: string
    • SEND_POLL_RESULT_FAILED: string
    • SEND_POLL_RESULT_SUCCESS: string

    Generated using TypeDoc