web / UseProductAttributesReturn
Interface: UseProductAttributesReturn ​
Defined in: apps/web/app/composables/useProductAttributes/types.ts:16
Properties ​
attributes ​
attributes:
Readonly<Ref<UseProductAttributesState["attributes"]>>
Defined in: apps/web/app/composables/useProductAttributes/types.ts:17
attributeValues ​
attributeValues:
Ref<{[key:string]:number; }>
Defined in: apps/web/app/composables/useProductAttributes/types.ts:20
combinations ​
combinations:
Readonly<Ref<UseProductAttributesState["combinations"]>>
Defined in: apps/web/app/composables/useProductAttributes/types.ts:21
getCombination ​
getCombination:
GetCombination
Defined in: apps/web/app/composables/useProductAttributes/types.ts:25
getValue ​
getValue:
GetValue
Defined in: apps/web/app/composables/useProductAttributes/types.ts:24
itemId ​
itemId:
Readonly<Ref<UseProductAttributesState["itemId"]>>
Defined in: apps/web/app/composables/useProductAttributes/types.ts:18
setAttribute ​
setAttribute:
SetAttribute
Defined in: apps/web/app/composables/useProductAttributes/types.ts:22
updateValue ​
updateValue:
UpdateValue
Defined in: apps/web/app/composables/useProductAttributes/types.ts:23
variationId ​
variationId:
Readonly<Ref<UseProductAttributesState["variationId"]>>
Defined in: apps/web/app/composables/useProductAttributes/types.ts:19