Const getters
getters: { carts: ((state: any) => any); getCartGroupByPost: ((state: any, getters: any) => { items: any[]; postId: any; postTitle: any }[]); markets: ((state: any) => any); normalizedCarts: ((state: any) => any); normalizedFromSeller: ((state: any) => any); normalizedMarkets: ((state: any) => any); selectedPayment: ((state: any) => any); selectedProducts: ((state: any) => any); selectedShipping: ((state: any) => any); selectedShippingItem: ((state: any) => any); sellers: ((state: any) => any); totalQty: ((state: any) => any); trashed: ((state: any) => any) } = ...
Type declaration
carts: ((state: any) => any)
getCartGroupByPost: ((state: any, getters: any) => { items: any[]; postId: any; postTitle: any }[])
- (state: any, getters: any): { items: any[]; postId: any; postTitle: any }[]
Parameters
Returns { items: any[]; postId: any; postTitle: any }[]
markets: ((state: any) => any)
normalizedCarts: ((state: any) => any)
normalizedFromSeller: ((state: any) => any)
normalizedMarkets: ((state: any) => any)
selectedPayment: ((state: any) => any)
selectedProducts: ((state: any) => any)
selectedShipping: ((state: any) => any)
selectedShippingItem: ((state: any) => any)
sellers: ((state: any) => any)
totalQty: ((state: any) => any)
trashed: ((state: any) => any)