@evlmaistrenko/tools-antd
Preparing search index...
index
LayoutProps
Interface LayoutProps
interface
LayoutProps
{
backTop
?:
boolean
;
direction
?:
"ltr"
|
"rtl"
;
footer
?:
HTMLAttributes
<
HTMLElement
>
;
header
?:
HTMLAttributes
<
HTMLElement
>
&
{
sticky
?:
boolean
}
;
height
?:
Height
<
string
|
number
>
;
main
?:
HTMLAttributes
<
HTMLElement
>
&
{
component
?:
ElementType
}
;
onSidebarsOverlayClick
?:
MouseEventHandler
<
HTMLDivElement
>
;
primarySidebar
?:
LayoutSidebarProps
;
secondarySidebar
?:
LayoutSidebarProps
;
}
Hierarchy
Omit
<
HTMLAttributes
<
HTMLElement
>
,
"children"
>
LayoutProps
Index
Properties
back
Top?
direction?
footer?
header?
height?
main?
on
Sidebars
Overlay
Click?
primary
Sidebar?
secondary
Sidebar?
Properties
Optional
back
Top
backTop
?:
boolean
Whether to render
FloatButton.BackTop
.
Optional
direction
direction
?:
"ltr"
|
"rtl"
Optional
footer
footer
?:
HTMLAttributes
<
HTMLElement
>
Optional
header
header
?:
HTMLAttributes
<
HTMLElement
>
&
{
sticky
?:
boolean
}
Optional
height
height
?:
Height
<
string
|
number
>
Optional
main
main
?:
HTMLAttributes
<
HTMLElement
>
&
{
component
?:
ElementType
}
Optional
on
Sidebars
Overlay
Click
onSidebarsOverlayClick
?:
MouseEventHandler
<
HTMLDivElement
>
Optional
primary
Sidebar
primarySidebar
?:
LayoutSidebarProps
Optional
secondary
Sidebar
secondarySidebar
?:
LayoutSidebarProps
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
back
Top
direction
footer
header
height
main
on
Sidebars
Overlay
Click
primary
Sidebar
secondary
Sidebar
@evlmaistrenko/tools-antd
Loading...
Whether to render
FloatButton.BackTop.