Preparing search index...
The search index is not available
dattatable
dattatable
IHeaderProps
Interface IHeaderProps
Header
interface
IHeaderProps
{
className
?:
string
;
el
:
HTMLElement
;
onRendered
?:
(
(
el
)
=>
void
)
;
onRendering
?:
(
(
props
)
=>
void
)
;
title
?:
string
;
}
Index
Properties
class
Name?
el
on
Rendered?
on
Rendering?
title?
Properties
Optional
class
Name
class
Name
?:
string
el
el
:
HTMLElement
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
:
IJumbotronProps
<
Element
>
Returns
void
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
class
Name
el
on
Rendered
on
Rendering
title
dattatable
Loading...
Header