/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VDataTableRow.json
23 строки
1 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": "Used to define a row for a `v-data-table`.", "props": { "cellProps": "Props to be applied to the cell.", "collapseIcon": "Icon to display when the expandable row is expanded.", "expandIcon": "Icon to display when the expandable row is collapsed.", "index": "Row index.", "item": "Data (key, index and column values) of the displayed item." }, "events": { "contextmenu": "The event emitted when the user clicks the context menu button.", "dblclick": "The event emitted when the user double clicks the row.", "[`item.${string}`]": "The event emitted when the user clicks the item." }, "slots": { "[`header.${string}`]": "Slot for custom rendering of a header cell.", "[`item.${string}`]": "Slot for custom rendering of a row cell.", "header.data-table-expand": "Slot to replace the default `v-icon` used when expanding header.", "header.data-table-select": "Slot to replace the default `v-checkbox-btn` in header.", "item.data-table-expand": "Slot for the expand button in the row.", "item.data-table-select": "Slot for the select checkbox in the row." } }