Skip to main content

Interface: ScaffoldProps

Properties​

Drawer​

• Optional Drawer: ComponentType<DrawerProps>

In case you need to override the view that gets rendered as a drawer

see FireCMSDrawer

Defined in​

core/Scaffold.tsx:35


• Optional logo: string

Logo to be displayed in the drawer of the CMS

Defined in​

core/Scaffold.tsx:24


name​

• name: string

Name of the app, displayed as the main title and in the tab title

Defined in​

core/Scaffold.tsx:19


toolbarExtraWidget​

• Optional toolbarExtraWidget: ReactNode

A component that gets rendered on the upper side of the main toolbar

Defined in​

core/Scaffold.tsx:29