Skip to main content

Interface: UseProductInfoReturn

Defined in: composables/vue/useProductInfo.ts:69

Properties

cluster

cluster: Ref<Cluster | null>

Defined in: composables/vue/useProductInfo.ts:71


clusterImageUrl

clusterImageUrl: ComputedRef<string>

Defined in: composables/vue/useProductInfo.ts:80


clusterName

clusterName: ComputedRef<string>

Defined in: composables/vue/useProductInfo.ts:77


clusterPrice

clusterPrice: ComputedRef<number | null>

Defined in: composables/vue/useProductInfo.ts:79


clusterSku

clusterSku: ComputedRef<string>

Defined in: composables/vue/useProductInfo.ts:78


error

error: Ref<string | null>

Defined in: composables/vue/useProductInfo.ts:73


fetchCluster

fetchCluster: (clusterId, imageSearchFilters?, imageVariantFilters?) => Promise<void>

Defined in: composables/vue/useProductInfo.ts:75

Parameters

clusterId

number

imageSearchFilters?

MediaImageProductSearchInput

imageVariantFilters?

TransformationsInput

Returns

Promise<void>


fetchProduct

fetchProduct: (productId, imageSearchFilters?, imageVariantFilters?) => Promise<void>

Defined in: composables/vue/useProductInfo.ts:74

Parameters

productId

number

imageSearchFilters?

MediaImageProductSearchInput

imageVariantFilters?

TransformationsInput

Returns

Promise<void>


loading

loading: Ref<boolean>

Defined in: composables/vue/useProductInfo.ts:72


product

product: Ref<Product | null>

Defined in: composables/vue/useProductInfo.ts:70