Boolean if the layout is currently using a fixed app bar which can be useful for determining specific scroll or layout behavior.
Boolean if one of the layout types are mini. This is mostly used internally
to prevent the <main>
element from unmounting (and losing state) for
non-fixed app bar layouts.
The current layout that is being used based on the app's size.
Boolean if the navigation panel is currently visible. This will always be
true
for persist layout types on desktop.
A function that will set the visible
state to false
.
A function that will set the visible
state to true
.
Generated using TypeDoc
The root
id
that was passed to theLayout
component so thatid
s can be generated for child components.