DefaultAppBarProps
@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
Type Declaration
Section titled “Type Declaration”className?
Section titled “className?”
optionalclassName:string
dropDownActions?
Section titled “dropDownActions?”
optionaldropDownActions:React.ReactNode
endAdornment?
Section titled “endAdornment?”
optionalendAdornment:React.ReactNode
A component that gets rendered on the upper side to the end of the main toolbar
includeModeToggle?
Section titled “includeModeToggle?”
optionalincludeModeToggle:boolean
optionallogo:string
startAdornment?
Section titled “startAdornment?”
optionalstartAdornment:React.ReactNode
A component that gets rendered on the upper side to the start of the main toolbar
style?
Section titled “style?”
optionalstyle:React.CSSProperties
title?
Section titled “title?”
optionaltitle:React.ReactNode
The content of the app bar, usually a title or logo. This includes a link to the home page.
optionaluser:User
Type Parameters
Section titled “Type Parameters”ADDITIONAL_PROPS
Section titled “ADDITIONAL_PROPS”ADDITIONAL_PROPS = object