Skip to content

ScaffoldProps

@firecms/core


@firecms/core / ScaffoldProps

Defined in: app/Scaffold.tsx:13

optional autoOpenDrawer: boolean

Defined in: app/Scaffold.tsx:18

Open the drawer on hover


optional className: string

Defined in: app/Scaffold.tsx:31


optional logo: 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.


optional padding: boolean

Defined in: app/Scaffold.tsx:29

If true, the main content will be padded in large layouts. Defaults to true.


optional style: CSSProperties

Defined in: app/Scaffold.tsx:33