default
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>
Parameters
__namedParameters: Object
storeSlug: any
Returns Promise<void>
fetchPlans:function
- fetchPlans(__namedParameters: Object): Promise<void>
Parameters
__namedParameters: Object
Returns Promise<void>
fetchStore:function
- fetchStore(__namedParameters: Object, slug: any): Promise<boolean>
Parameters
__namedParameters: Object
slug: any
Returns Promise<boolean>
getChannels:function
- getChannels(__namedParameters: Object): Promise<void>
Parameters
__namedParameters: Object
Returns 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)
avatarUrl: (() => any)
bannerUrl: (() => any)
channels: ((state: any) => any)
contactEmail: ((state: any) => any)
currentChannel: ((state: any) => any)
enterpriseUrl: ((state: any, getters: any) => any)
- (state: any, getters: any): any
hasBindChannel: ((state: any) => any)
hasPlans: ((_: any, getters: any) => boolean)
- (_: any, getters: any): boolean
Parameters
Returns boolean
hasUnbindChannel: ((state: any) => any)
isBlack: ((state: any) => any)
isClarins: ((_: any, getters: any) => boolean)
- (_: any, getters: any): boolean
Parameters
Returns boolean
isEnterprise: ((state: any) => boolean)
Parameters
Returns 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)
- (state: any, getters: any): boolean
Parameters
Returns boolean
slug: ((state: any) => any)
store: ((state: any) => any)
storeId: ((state: any) => any)
storeImage: ((state: any) => ((size?: number) => any))
- (state: any): ((size?: number) => any)
Parameters
Returns ((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 }
UPDATE_BLACK:function
- UPDATE_BLACK(state: any, isBlack: any): void
UPDATE_CHANNELS:function
- UPDATE_CHANNELS(state: any, channels: any): void
UPDATE_CURRENT_CHANNEL:function
- UPDATE_CURRENT_CHANNEL(state: any, channel: any): void
UPDATE_PLANS:function
- UPDATE_PLANS(state: any, plans: any): void
UPDATE_PLAN_DESCRIPTION:function
- UPDATE_PLAN_DESCRIPTION(state: any, description: any): void
Parameters
state: any
description: any
Returns void
UPDATE_STORE:function
- UPDATE_STORE(state: any, data: any): void
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