default
default: { actions: { handleNotification: any }; getters: { queueNotifications: ((state: any) => any) }; mutations: { APPEND_QUEUE_NOTIFICATION: any }; state: { error: null; queueNotifications: never[] } }
Type declaration
actions: { handleNotification: any }
handleNotification:function
- handleNotification(__namedParameters: Object, message: any): void
Parameters
__namedParameters: Object
message: any
Returns void
getters: { queueNotifications: ((state: any) => any) }
queueNotifications: ((state: any) => any)
mutations: { APPEND_QUEUE_NOTIFICATION: any }
APPEND_QUEUE_NOTIFICATION:function
- APPEND_QUEUE_NOTIFICATION(state: any, message: any): void
state: { error: null; queueNotifications: never[] }
error: null
queueNotifications: never[]