@evlmaistrenko/tools-antd
Preparing search index...
index
ApplicationProps
Interface ApplicationProps<Config>
interface
ApplicationProps
<
Config
extends
ApplicationConfigBase
=
ApplicationConfig
,
>
{
antdAppProps
?:
Omit
<
AppProps
<
AnyObject
>
,
"children"
>
;
backTop
?:
boolean
;
footer
?:
HTMLAttributes
<
HTMLElement
>
;
getConfigProviderProps
?:
(
context
:
Omit
<
ApplicationContextValue
<
Config
>
,
"configProviderProps"
>
,
)
=>
ConfigProviderProps
;
header
?:
HTMLAttributes
<
HTMLElement
>
&
{
sticky
?:
boolean
}
&
ApplicationHeaderProps
;
height
?:
Height
<
string
|
number
>
;
initialState
?:
ApplicationState
;
main
?:
HTMLAttributes
<
HTMLElement
>
&
{
component
?:
ElementType
}
;
primarySidebar
?:
LayoutSidebarProps
;
secondarySidebar
?:
LayoutSidebarProps
;
}
Type Parameters
Config
extends
ApplicationConfigBase
=
ApplicationConfig
Hierarchy
Omit
<
LayoutProps
,
"header"
|
"onSidebarsOverlayClick"
|
"direction"
>
ApplicationProps
Index
Properties
antd
App
Props?
back
Top?
footer?
get
Config
Provider
Props?
header?
height?
initial
State?
main?
primary
Sidebar?
secondary
Sidebar?
Properties
Optional
antd
App
Props
antdAppProps
?:
Omit
<
AppProps
<
AnyObject
>
,
"children"
>
Optional
back
Top
backTop
?:
boolean
Whether to render
FloatButton.BackTop
.
Optional
footer
footer
?:
HTMLAttributes
<
HTMLElement
>
Optional
get
Config
Provider
Props
getConfigProviderProps
?:
(
context
:
Omit
<
ApplicationContextValue
<
Config
>
,
"configProviderProps"
>
,
)
=>
ConfigProviderProps
Optional
header
header
?:
HTMLAttributes
<
HTMLElement
>
&
{
sticky
?:
boolean
}
&
ApplicationHeaderProps
Optional
height
height
?:
Height
<
string
|
number
>
Optional
initial
State
initialState
?:
ApplicationState
Optional
main
main
?:
HTMLAttributes
<
HTMLElement
>
&
{
component
?:
ElementType
}
Optional
primary
Sidebar
primarySidebar
?:
LayoutSidebarProps
Optional
secondary
Sidebar
secondarySidebar
?:
LayoutSidebarProps
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
antd
App
Props
back
Top
footer
get
Config
Provider
Props
header
height
initial
State
main
primary
Sidebar
secondary
Sidebar
@evlmaistrenko/tools-antd
Loading...
Whether to render
FloatButton.BackTop.