/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VSelectionControl.json
16 строк
762 B
J-Sek
Merge branch 'master' into dev
08 май 2026, 22:54
08 май 2026, 22:54
3ddf8b6
Код
Авторство
О чём код?
{ "description": "Low-level component used by `v-checkbox-btn` and `v-switch` for binary selection with support for indeterminate state as well.", "props": { "baseColor": "Sets the color of the input when it is not focused.", "indeterminate": "Styles the control as an intermediate 'partially selected' state.", "indeterminateIcon": "The icon used when the control is in the indeterminate state.", "value": "The value used when the component is selected in a group. If not provided, a unique ID will be used." }, "slots": { "input": "The slot used for the default input element." }, "exposed": { "isFocused": "Will return true if the component is currently focused.", "input": "Reference to the root input element." } }