Skip to content

DefaultAppBarProps

@firecms/core


@firecms/core / DefaultAppBarProps

Type Alias: DefaultAppBarProps<ADDITIONAL_PROPS>

Section titled “Type Alias: DefaultAppBarProps<ADDITIONAL_PROPS>”

DefaultAppBarProps<ADDITIONAL_PROPS> = object & ADDITIONAL_PROPS

Defined in: core/DefaultAppBar.tsx:23

optional className: string

optional dropDownActions: React.ReactNode

optional endAdornment: React.ReactNode

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

optional includeModeToggle: boolean

optional logo: string

optional startAdornment: React.ReactNode

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

optional style: React.CSSProperties

optional title: React.ReactNode

The content of the app bar, usually a title or logo. This includes a link to the home page.

optional user: User

ADDITIONAL_PROPS = object