Skip to main content

CaShippingOptions

Displaying available shipping options

SASS-path: ./styles/components/molecules/ca-shipping-options.scss

Props

NameDescriptionTypeRequiredDefault
optionsList of optionsArraytrue-

Events

Event NameDescriptionParameters
selectionSelection has been madeid (Number)

Methods

MethodDescriptionParameters
setSelectedSets selected to either the given id or the id of selectedOptionid (Number, null)
selectOptionSelection click handlerid (Number, null)

Computed

ComputedTypeDescriptionFrom Store
selectedOptionObjectCurrently selected optionNo