/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VMenu.json
23 строки
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": "Shows a popover menu at the position of the element used to activate it.", "props": { "attach": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default. Generally not recommended except as a last resort: the default positioning algorithm should handle most scenarios better than is possible without teleporting, and you may have unexpected behavior if the menu ends up as child of its activator.", "id": "The unique identifier of the component.", "closeOnContentClick": "Designates if menu should close when its content is clicked.", "closeDelay": "Milliseconds to wait before closing component. Only works with the **open-on-hover** prop.", "disableInitialFocus": "Deprecated, use `capture-focus` instead. Prevents automatic redirect of first `focusin` event. Intended to use on permanently open menus or VSpeedDial.", "minWidth": "Sets the minimum width for the component. Use `auto` to use the activator width.", "openDelay": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop.", "openOnClick": "Designates whether menu should open on activator click.", "openOnHover": "Designates whether menu should open on activator hover.", "submenu": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL." }, "exposed": { "animateClick": "Function invoked when user clicks outside.", "globalTop": "Used by activator to determine a components position in the global stack order.", "id": "The unique identifier of the component.", "localTop": "Used by activator to determine a components position in the local stack order.", "target": "Ref to the current target element.", "updateLocation": "Function used for locationStrategy positioning." } }