Trilium Frontend API
Preparing search index...
<internal>
FunctionComponent
Interface FunctionComponent<P>
interface
FunctionComponent
<
P
=
{}
>
{
defaultProps
?:
Partial
<
P
>
;
displayName
?:
string
;
(
props
:
RenderableProps
<
P
>
,
context
?:
any
)
:
ComponentChildren
;
}
Type Parameters
P
=
{}
Hierarchy (
View Summary
)
FunctionComponent
Provider
Consumer
FunctionComponent
(
props
:
RenderableProps
<
P
>
,
context
?:
any
)
:
ComponentChildren
Parameters
props
:
RenderableProps
<
P
>
Optional
context
:
any
Returns
ComponentChildren
Index
Properties
default
Props?
display
Name?
Properties
Optional
default
Props
defaultProps
?:
Partial
<
P
>
Optional
display
Name
displayName
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
Props
display
Name
Trilium Frontend API
Loading...