Trilium Backend API
Preparing search index...
<internal>
NoteSet
Class NoteSet
Index
Constructors
constructor
Properties
notes
sorted
Methods
add
add
All
has
Note
has
Note
Id
intersection
merge
In
minus
Constructors
constructor
new
NoteSet
(
notes
?:
BNote
[]
)
:
NoteSet
Parameters
Optional
notes
:
BNote
[]
Returns
NoteSet
Properties
notes
notes
:
BNote
[]
sorted
sorted
:
boolean
Methods
add
add
(
note
:
BNote
)
:
void
Parameters
note
:
BNote
Returns
void
add
All
addAll
(
notes
:
BNote
[]
)
:
void
Parameters
notes
:
BNote
[]
Returns
void
has
Note
hasNote
(
note
:
BNote
)
:
boolean
Parameters
note
:
BNote
Returns
boolean
has
Note
Id
hasNoteId
(
noteId
:
string
)
:
boolean
Parameters
noteId
:
string
Returns
boolean
intersection
intersection
(
anotherNoteSet
:
NoteSet
)
:
NoteSet
Parameters
anotherNoteSet
:
NoteSet
Returns
NoteSet
merge
In
mergeIn
(
anotherNoteSet
:
NoteSet
)
:
void
Parameters
anotherNoteSet
:
NoteSet
Returns
void
minus
minus
(
anotherNoteSet
:
NoteSet
)
:
NoteSet
Parameters
anotherNoteSet
:
NoteSet
Returns
NoteSet
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
notes
sorted
Methods
add
add
All
has
Note
has
Note
Id
intersection
merge
In
minus
Trilium Backend API
Loading...