forked from mui/toolpad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdashboard-layout.json
More file actions
34 lines (34 loc) · 1.63 KB
/
dashboard-layout.json
File metadata and controls
34 lines (34 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"componentDescription": "",
"propDescriptions": {
"branding": { "description": "Branding options for the dashboard." },
"children": { "description": "The content of the dashboard." },
"defaultSidebarCollapsed": {
"description": "Whether the sidebar should start collapsed in desktop size screens."
},
"disableCollapsibleSidebar": {
"description": "Whether the sidebar should not be collapsible to a mini variant in desktop and tablet viewports."
},
"hideNavigation": {
"description": "Whether the navigation bar and menu icon should be hidden."
},
"navigation": {
"description": "Navigation definition for the dashboard. <a href=\"https://mui.com/toolpad/core/react-dashboard-layout/#navigation\">Find out more</a>."
},
"renderPageItem": { "description": "Render each page item." },
"sidebarExpandedWidth": { "description": "Width of the sidebar when expanded." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {},
"slotDescriptions": {
"appTitle": "The component used for the app title section in the layout header.",
"header": "The component used for the layout header.",
"sidebarFooter": "Optional footer component used in the layout sidebar.",
"toolbarAccount": "The toolbar account component used in the layout header.",
"toolbarActions": "The toolbar actions component used in the layout header."
}
}