ScaffoldProps
@firecms/core / ScaffoldProps
Interface: ScaffoldProps
Section titled “Interface: ScaffoldProps”Defined in: app/Scaffold.tsx:13
Properties
Section titled “Properties”autoOpenDrawer?
Section titled “autoOpenDrawer?”
optionalautoOpenDrawer:boolean
Defined in: app/Scaffold.tsx:18
Open the drawer on hover
className?
Section titled “className?”
optionalclassName:string
Defined in: app/Scaffold.tsx:31
optionallogo:string
Defined in: app/Scaffold.tsx:24
Logo to be displayed in the top bar and drawer. Note that this has no effect if you are using a custom AppBar or Drawer.
padding?
Section titled “padding?”
optionalpadding:boolean
Defined in: app/Scaffold.tsx:29
If true, the main content will be padded in large layouts. Defaults to true.
style?
Section titled “style?”
optionalstyle:CSSProperties
Defined in: app/Scaffold.tsx:33