default
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>
Parameters
__namedParameters: Object
postData: any
Returns Promise<void>
getters: { pollSendLoadingState: ((state: any) => any) }
pollSendLoadingState: ((state: any) => any)
mutations: {}
state: { error: null; loadingState: string }
error: null
loadingState: string