Options
All
  • Public
  • Public/Protected
  • All
Menu

Module views/Stream/views/Private/services/store/BindTicket

Index

Variables

Variables

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

Type declaration

  • actions: { bindTicket: any }
  • getters: { bindTicketLoadingState: ((state: any) => any) }
    • bindTicketLoadingState: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

  • mutations: {}
    • state: { error: null; loadingState: string }
      • error: null
      • loadingState: string
    types: { BIND_TICKET: string; BIND_TICKET_FAILED: string; BIND_TICKET_SUCCESS: string } = ...

    Type declaration

    • BIND_TICKET: string
    • BIND_TICKET_FAILED: string
    • BIND_TICKET_SUCCESS: string

    Generated using TypeDoc