CaShippingOptions
Displaying available shipping options
SASS-path: ./styles/components/molecules/ca-shipping-options.scss
Props
Name | Description | Type | Required | Default |
---|
options | List of options | Array | true | - |
Events
Event Name | Description | Parameters |
---|
selection | Selection has been made | id (Number) |
Methods
Method | Description | Parameters |
---|
setSelected | Sets selected to either the given id or the id of selectedOption | id (Number, null) |
selectOption | Selection click handler | id (Number, null) |
Computed
Computed | Type | Description | From Store |
---|
selectedOption | Object | Currently selected option | No |