Options
All
  • Public
  • Public/Protected
  • All
Menu

Module store/modules/StreamPost/Notification

Index

Variables

Variables

default: { actions: { handleNotification: any }; getters: { queueNotifications: ((state: any) => any) }; mutations: { APPEND_QUEUE_NOTIFICATION: any }; state: { error: null; queueNotifications: never[] } }

Type declaration

  • actions: { handleNotification: any }
  • getters: { queueNotifications: ((state: any) => any) }
    • queueNotifications: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

  • mutations: { APPEND_QUEUE_NOTIFICATION: any }
  • state: { error: null; queueNotifications: never[] }
    • error: null
    • queueNotifications: never[]

Generated using TypeDoc