Trilium Frontend API
Preparing search index...
<internal>
ChatHighlightsContext
Interface ChatHighlightsContext
Context data published for the ChatHighlightsList sidebar widget.
interface
ChatHighlightsContext
{
highlights
:
ChatHighlightItem
[]
;
removeHighlight
(
id
:
string
)
:
void
;
scrollToHighlight
(
id
:
string
)
:
void
;
}
Index
Properties
highlights
Methods
remove
Highlight
scroll
To
Highlight
Properties
highlights
highlights
:
ChatHighlightItem
[]
Methods
remove
Highlight
removeHighlight
(
id
:
string
)
:
void
Parameters
id
:
string
Returns
void
scroll
To
Highlight
scrollToHighlight
(
id
:
string
)
:
void
Parameters
id
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
highlights
Methods
remove
Highlight
scroll
To
Highlight
Trilium Frontend API
Loading...
Context data published for the ChatHighlightsList sidebar widget.