Type Alias: DefaultAppBarProps<ADDITIONAL_PROPS>
DefaultAppBarProps<
ADDITIONAL_PROPS
>:object
&ADDITIONAL_PROPS
Type declaration​
className?​
optional
className:string
dropDownActions?​
optional
dropDownActions:React.ReactNode
endAdornment?​
optional
endAdornment:React.ReactNode
A component that gets rendered on the upper side of the main toolbar
includeModeToggle?​
optional
includeModeToggle:boolean
logo?​
optional
logo:string
startAdornment?​
optional
startAdornment:React.ReactNode
style?​
optional
style:React.CSSProperties
title?​
optional
title:React.ReactNode
user?​
optional
user:User
Type Parameters​
• ADDITIONAL_PROPS = object