Preparing search index...
The search index is not available
dattatable
dattatable
IFooterProps
Interface IFooterProps
Footer
interface
IFooterProps
{
className
?:
string
;
el
:
HTMLElement
;
items
?:
INavbarItem
[]
;
itemsEnd
?:
INavbarItem
[]
;
onRendered
?:
(
(
el
)
=>
void
)
;
onRendering
?:
(
(
props
)
=>
void
)
;
}
Index
Properties
class
Name?
el
items?
items
End?
on
Rendered?
on
Rendering?
Properties
Optional
class
Name
class
Name
?:
string
el
el
:
HTMLElement
Optional
items
items
?:
INavbarItem
[]
Optional
items
End
items
End
?:
INavbarItem
[]
Optional
on
Rendered
on
Rendered
?:
(
(
el
)
=>
void
)
Type declaration
(
el
)
:
void
Parameters
el
:
HTMLElement
Returns
void
Optional
on
Rendering
on
Rendering
?:
(
(
props
)
=>
void
)
Type declaration
(
props
)
:
void
Parameters
props
:
INavbarProps
<
HTMLElement
>
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
class
Name
el
items
items
End
on
Rendered
on
Rendering
dattatable
Loading...
Footer