Trilium Frontend API
Preparing search index...
<internal>
NoteLinkOpts
Interface NoteLinkOpts
interface
NoteLinkOpts
{
className
?:
string
;
containerClassName
?:
string
;
highlightedTokens
?:
string
[]
;
noContextMenu
?:
boolean
;
noPreview
?:
boolean
;
notePath
:
string
|
string
[]
;
noTnLink
?:
boolean
;
onContextMenu
?:
(
e
:
MouseEvent
)
=>
void
;
showNoteIcon
?:
boolean
;
showNotePath
?:
boolean
;
style
?:
Record
<
string
,
string
|
number
>
;
title
?:
string
;
viewScope
?:
ViewScope
;
}
Index
Properties
class
Name?
container
Class
Name?
highlighted
Tokens?
no
Context
Menu?
no
Preview?
note
Path
no
Tn
Link?
on
Context
Menu?
show
Note
Icon?
show
Note
Path?
style?
title?
view
Scope?
Properties
Optional
class
Name
className
?:
string
Optional
container
Class
Name
containerClassName
?:
string
Optional
highlighted
Tokens
highlightedTokens
?:
string
[]
Optional
no
Context
Menu
noContextMenu
?:
boolean
Optional
no
Preview
noPreview
?:
boolean
note
Path
notePath
:
string
|
string
[]
Optional
no
Tn
Link
noTnLink
?:
boolean
Optional
on
Context
Menu
onContextMenu
?:
(
e
:
MouseEvent
)
=>
void
Optional
show
Note
Icon
showNoteIcon
?:
boolean
Optional
show
Note
Path
showNotePath
?:
boolean
Optional
style
style
?:
Record
<
string
,
string
|
number
>
Optional
title
title
?:
string
Optional
view
Scope
viewScope
?:
ViewScope
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
container
Class
Name
highlighted
Tokens
no
Context
Menu
no
Preview
note
Path
no
Tn
Link
on
Context
Menu
show
Note
Icon
show
Note
Path
style
title
view
Scope
Trilium Frontend API
Loading...