-
-
Notifications
You must be signed in to change notification settings - Fork 407
Expand file tree
/
Copy pathdashboard-layout.json
More file actions
38 lines (38 loc) · 1.71 KB
/
dashboard-layout.json
File metadata and controls
38 lines (38 loc) · 1.71 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
35
36
37
38
{
"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"
},
"navigationMenuOpen": {
"description": "A prop that controls the collapsed state of the sidebar."
},
"onNavigationMenuClose": {
"description": "Callback function to be executed on navigation menu state changes to closed"
},
"onNavigationMenuOpen": {
"description": "Callback function to be executed on navigation menu state changes to open"
},
"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.",
"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."
}
}