Options
All
  • Public
  • Public/Protected
  • All
Menu

Module store/modules/Store/Store

Index

Variables

Variables

default: { actions: { fetchBlacklist: any; fetchPlans: any; fetchStore: any; getChannels: any }; getters: { activePlans: ((state: any) => any); avatarUrl: (() => any); bannerUrl: (() => any); channels: ((state: any) => any); contactEmail: ((state: any) => any); currentChannel: ((state: any) => any); enterpriseUrl: ((state: any, getters: any) => any); hasBindChannel: ((state: any) => any); hasPlans: ((_: any, getters: any) => boolean); hasUnbindChannel: ((state: any) => any); isBlack: ((state: any) => any); isClarins: ((_: any, getters: any) => boolean); isEnterprise: ((state: any) => boolean); isTicketMode: ((state: any) => any); locale: ((state: any) => any); parentSlug: ((state: any) => any); planDescription: ((state: any) => any); region: ((state: any) => any); showPayments: ((state: any, getters: any) => boolean); slug: ((state: any) => any); store: ((state: any) => any); storeId: ((state: any) => any); storeImage: ((state: any) => ((size?: number) => any)); storeName: ((state: any) => any) }; mutations: { UPDATE_BLACK: any; UPDATE_CHANNELS: any; UPDATE_CURRENT_CHANNEL: any; UPDATE_PLANS: any; UPDATE_PLAN_DESCRIPTION: any; UPDATE_STORE: any }; state: { channels: never[]; currentChannel: null; isBlack: boolean; planDescription: string; plans: never[]; store: null } }

Type declaration

  • actions: { fetchBlacklist: any; fetchPlans: any; fetchStore: any; getChannels: any }
    • fetchBlacklist:function
      • fetchBlacklist(__namedParameters: Object, storeSlug: any): Promise<void>
    • fetchPlans:function
      • fetchPlans(__namedParameters: Object): Promise<void>
    • fetchStore:function
      • fetchStore(__namedParameters: Object, slug: any): Promise<boolean>
    • getChannels:function
      • getChannels(__namedParameters: Object): Promise<void>
  • getters: { activePlans: ((state: any) => any); avatarUrl: (() => any); bannerUrl: (() => any); channels: ((state: any) => any); contactEmail: ((state: any) => any); currentChannel: ((state: any) => any); enterpriseUrl: ((state: any, getters: any) => any); hasBindChannel: ((state: any) => any); hasPlans: ((_: any, getters: any) => boolean); hasUnbindChannel: ((state: any) => any); isBlack: ((state: any) => any); isClarins: ((_: any, getters: any) => boolean); isEnterprise: ((state: any) => boolean); isTicketMode: ((state: any) => any); locale: ((state: any) => any); parentSlug: ((state: any) => any); planDescription: ((state: any) => any); region: ((state: any) => any); showPayments: ((state: any, getters: any) => boolean); slug: ((state: any) => any); store: ((state: any) => any); storeId: ((state: any) => any); storeImage: ((state: any) => ((size?: number) => any)); storeName: ((state: any) => any) }
    • activePlans: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • avatarUrl: (() => any)
        • (): any
        • Returns any

    • bannerUrl: (() => any)
        • (): any
        • Returns any

    • channels: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • contactEmail: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • currentChannel: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • enterpriseUrl: ((state: any, getters: any) => any)
        • (state: any, getters: any): any
        • Parameters

          • state: any
          • getters: any

          Returns any

    • hasBindChannel: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • hasPlans: ((_: any, getters: any) => boolean)
        • (_: any, getters: any): boolean
        • Parameters

          • _: any
          • getters: any

          Returns boolean

    • hasUnbindChannel: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • isBlack: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • isClarins: ((_: any, getters: any) => boolean)
        • (_: any, getters: any): boolean
        • Parameters

          • _: any
          • getters: any

          Returns boolean

    • isEnterprise: ((state: any) => boolean)
        • (state: any): boolean
        • Parameters

          • state: any

          Returns boolean

    • isTicketMode: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • locale: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • parentSlug: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • planDescription: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • region: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • showPayments: ((state: any, getters: any) => boolean)
        • (state: any, getters: any): boolean
        • Parameters

          • state: any
          • getters: any

          Returns boolean

    • slug: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • store: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • storeId: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • storeImage: ((state: any) => ((size?: number) => any))
        • (state: any): ((size?: number) => any)
        • Parameters

          • state: any

          Returns ((size?: number) => any)

            • (size?: number): any
            • Parameters

              • size: number = 65

              Returns any

    • storeName: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

  • mutations: { UPDATE_BLACK: any; UPDATE_CHANNELS: any; UPDATE_CURRENT_CHANNEL: any; UPDATE_PLANS: any; UPDATE_PLAN_DESCRIPTION: any; UPDATE_STORE: any }
  • state: { channels: never[]; currentChannel: null; isBlack: boolean; planDescription: string; plans: never[]; store: null }
    • channels: never[]
    • currentChannel: null
    • isBlack: boolean
    • planDescription: string
    • plans: never[]
    • store: null

Generated using TypeDoc