/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VVideoControls.json
32 строки
2 KB
Rambaud Pierrick
docs: add description to all the component in the web-types (#22563)
22 апр 2026, 19:19
Не верифицирован
22 апр 2026, 19:19
01b0a53
Код
Авторство
О чём код?
{ "description": "Subcomponent for `v-video` used to display a video player controls.", "props": { "color": "General color applied to icons and sliders.", "backgroundColor": "Container background color.", "trackColor": "Passed to the main slider `color` prop.", "playing": "Applies correct icon of the default play button.", "hidePlay": "Hides default play button.", "hideProgressBar": "Hides default progress bar.", "hideVolume": "Hides default volume control.", "hideFullscreen": "Hides default fullscreen button.", "fullscreen": "Applies correct icon on the default fullscreen button.", "floating": "Introduces visual spacing from the video boundaries.", "splitTime": "Splits time into elapsed and remaining on each side of the main slider.", "pills": "Makes the container transparent and shows inner actions in separated boxes.", "detached": "Moves the container below so it won't obstruct the video.", "progress": "Controls main slider value (0 ~ 100)", "duration": "Total duration of the video used to calculate displayed time.", "volume": "Volume value passed to the underlying control and slots.", "volumeProps": "Props passed down to the VVideoVolume component." }, "events": { "update:playing": "Emitted when the playing state changes.", "update:progress": "Emitted when the playback progress changes.", "update:volume": "Emitted when the volume value changes.", "skip": "Emitted when a skip action is triggered.", "click:fullscreen": "Emitted when the fullscreen button is clicked." }, "exposed": { "toggleMuted": "Toggles the muted state of the video." } }