Type Alias: MarkOptionModular()
MarkOptionModular: (
option
,blockId
,widgetType
,setMatchingGroup
?,blockCode
?) =>Promise
<void
>
Select option at modular on currently selected product(s). *
Parameters
• option: OptionSetOption
Option object to select *
• blockId: string
Id of block *
• widgetType: string
Type of widget the block is using *
• setMatchingGroup?: boolean
If true
it will try to match selected option in other blocks within this block group
*
• blockCode?: Nullable
<string
>
Block name, it's used to run autosync rule *
Returns
Promise
<void
>
Fires
@mimeeq#mimeeq-modular-select-option-multiple *
Fires
@mimeeq#mimeeq-modular-select-option *