Trilium Frontend API
Preparing search index...
<internal>
BranchRow
Interface BranchRow
interface
BranchRow
{
branchId
:
string
;
componentId
:
string
;
isDeleted
?:
boolean
;
isExpanded
?:
boolean
;
noteId
?:
string
;
parentNoteId
?:
string
;
}
Index
Properties
branch
Id
component
Id
is
Deleted?
is
Expanded?
note
Id?
parent
Note
Id?
Properties
branch
Id
branchId
:
string
component
Id
componentId
:
string
Optional
is
Deleted
isDeleted
?:
boolean
Optional
is
Expanded
isExpanded
?:
boolean
Optional
note
Id
noteId
?:
string
Optional
parent
Note
Id
parentNoteId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
branch
Id
component
Id
is
Deleted
is
Expanded
note
Id
parent
Note
Id
Trilium Frontend API
Loading...