Options
All
  • Public
  • Public/Protected
  • All
Menu

Module store/modules/StreamPost/AddCalendar

Index

Variables

Variables

default: { actions: { addGoogleCalendar: any; addICalendar: any; addOutlookCalendar: any; addYahooCalendar: any; updateShowAddCalendar: any }; getters: { calendarEvent: ((state: any, getters: any) => { description: any; end: Date; start: Date; title: any }); showAddCalendar: ((state: any) => any) }; mutations: { UPDATE_SHOW_ADD_CALENDAR: any }; state: { showAddCalendar: boolean } }

Type declaration

  • actions: { addGoogleCalendar: any; addICalendar: any; addOutlookCalendar: any; addYahooCalendar: any; updateShowAddCalendar: any }
  • getters: { calendarEvent: ((state: any, getters: any) => { description: any; end: Date; start: Date; title: any }); showAddCalendar: ((state: any) => any) }
    • calendarEvent: ((state: any, getters: any) => { description: any; end: Date; start: Date; title: any })
        • (state: any, getters: any): { description: any; end: Date; start: Date; title: any }
        • Parameters

          • state: any
          • getters: any

          Returns { description: any; end: Date; start: Date; title: any }

          • description: any
          • end: Date
          • start: Date
          • title: any
    • showAddCalendar: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

  • mutations: { UPDATE_SHOW_ADD_CALENDAR: any }
  • state: { showAddCalendar: boolean }
    • showAddCalendar: boolean

Generated using TypeDoc