Home
last modified time | relevance | path

Searched refs:sidebarTitle (Results 1 – 8 of 8) sorted by relevance

/expo/docs/common/
H A DheadingManager.ts40 sidebarTitle?: string;
115 const { hideInSidebar, sidebarTitle, sidebarDepth, sidebarType, tags } = additionalProps ?? {}; constant
125 title: sidebarTitle ?? realTitle,
H A DheadingManager.test.ts73 sidebarTitle: 'The Override',
/expo/docs/ui/components/Sidebar/
H A DSidebarGroup.tsx23 const title = route.sidebarTitle ?? route.name;
31 {child.sidebarTitle || child.name}
53 ((info.children[0] || {}).sidebarTitle || (info.children[0] || {}).name) === info.name
H A DSidebarSection.tsx16 {child.sidebarTitle || child.name}
/expo/docs/ui/components/Navigation/
H A Dtypes.ts43 sidebarTitle?: string;
H A DPageLink.tsx18 {route.sidebarTitle || route.name}
/expo/docs/types/
H A Dcommon.ts41 sidebarTitle?: string;
/expo/docs/constants/
H A Dnavigation.js509 sidebarTitle: 'Visit documentation', property
575 result.sidebarTitle = data.sidebar_title;