Radio Tabs
Basic usage
Bind a variable to v-model.
Ivr
Queue
Paging
ivr
Disabling special items
Ivr
Queue
Paging
ivr
optionsDisable - [{ name: 'Paging', key: 'paging', icon: 'vc-icon-paging', disabled: true }]
Event change
Ivr
Queue
Paging
ivr
Radio Tabs Attributes
Attribute | Description | Type | Accepted Values | Default |
---|---|---|---|---|
model-value / v-model | binding value (use value in config key) | string | — | |
options | The list of options | String[]/Number[]/Object[] | - | [] |
config | The object that specifies from where to take label,icon,value,key. | { labelKey: string, valueKey: string, iconKey: string, keyKey: string } | - | {} |
Radio Tabs Events
Method | Description | Parameters |
---|---|---|
change | returning option object item |