Trilium Frontend API
Preparing search index...
<internal>
RightPanelWidgetProps
Interface RightPanelWidgetProps
interface
RightPanelWidgetProps
{
buttons
?:
ComponentChildren
;
children
:
ComponentChildren
;
containerRef
?:
RefObject
<
HTMLDivElement
>
;
contextMenuItems
?:
MenuItem
<
unknown
>
[]
;
grow
?:
boolean
;
id
:
string
;
title
:
string
;
}
Index
Properties
buttons?
children
container
Ref?
context
Menu
Items?
grow?
id
title
Properties
Optional
buttons
buttons
?:
ComponentChildren
children
children
:
ComponentChildren
Optional
container
Ref
containerRef
?:
RefObject
<
HTMLDivElement
>
Optional
context
Menu
Items
contextMenuItems
?:
MenuItem
<
unknown
>
[]
Optional
grow
grow
?:
boolean
id
id
:
string
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
buttons
children
container
Ref
context
Menu
Items
grow
id
title
Trilium Frontend API
Loading...