/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/useDisplay.json
28 строк
2 KB
Shinji Sakai
docs(api): add missing descriptions (#20609)
23 окт 2024, 15:10
Не верифицирован
23 окт 2024, 15:10
3fde52a
Код
Авторство
О чём код?
{ "exposed": { "height": "The inner height of the browser window.", "lg": "Returns **true** if the current browser breakpoint is **lg**.", "lgAndDown": "Returns **true** if the current browser breakpoint is **lg** or lower.", "lgAndUp": "Returns **true** if the current browser breakpoint is **lg** or higher.", "md": "Returns **true** if the current browser breakpoint is **md**.", "mdAndDown": "Returns **true** if the current browser breakpoint is **md** or lower.", "mdAndUp": "Returns **true** if the current browser breakpoint is **md** or higher.", "mobile": "Returns **true** if the current browser breakpoint is considered to be a mobile breakpoint.", "mobileBreakpoint": "Controls which named breakpoint (**lg**, **md**, etc) or browser width (in px) is considered to be mobile.", "name": "Name of the current breakpoint.", "platform": "Name of the current platform.", "sm": "Returns **true** if the current browser breakpoint is **sm**.", "smAndDown": "Returns **true** if the current browser breakpoint is **sm** or lower.", "smAndUp": "Returns **true** if the current browser breakpoint is **sm** or higher.", "thresholds": "An object describing the width values of each breakpoint.", "update": "Function that updates the current width and height values.", "width": "The inner width of the browser window.", "xl": "Returns **true** if the current browser breakpoint is **xl**.", "xlAndDown": "Returns **true** if the current browser breakpoint is **xl** or lower.", "xlAndUp": "Returns **true** if the current browser breakpoint is **xl** or higher.", "xs": "Returns **true** if the current browser breakpoint is **xs**.", "xxl": "Returns **true** if the current browser breakpoint is **xxl**.", "ssr": "Returns **true** if the current page was server rendered.", "displayClasses": "Returns an object containing the breakpoints and their corresponding classes." } }