An optional main title to display in the Layout
. This should normally be
something like the page title since it will be rendered in the default
AppBar
for the Layout
.
Any additional props that should be applied to the layout's default
AppBarTitle
.
Generated using TypeDoc
A custom implementation for the main
AppBarTitle
within theLayout
that will be used instead of the defaultLayoutAppBarTitle
if it is notundefined
. This means that if you don't want to have a title within the mainAppBar
, set this value tonull
.Using this prop will make the following props do nothing:
title
titleProps