trilium
Preparing search index...
Backend Script API
<internal>
BranchRow
Interface BranchRow
interface
BranchRow
{
branchId
?:
string
;
isDeleted
?:
boolean
;
isExpanded
?:
boolean
;
noteId
:
string
;
notePosition
?:
null
|
number
;
parentNoteId
:
string
;
prefix
?:
null
|
string
;
utcDateModified
?:
string
;
}
Index
Properties
branch
Id?
is
Deleted?
is
Expanded?
note
Id
note
Position?
parent
Note
Id
prefix?
utc
Date
Modified?
Properties
Optional
branch
Id
branchId
?:
string
Optional
is
Deleted
isDeleted
?:
boolean
Optional
is
Expanded
isExpanded
?:
boolean
note
Id
noteId
:
string
Optional
note
Position
notePosition
?:
null
|
number
parent
Note
Id
parentNoteId
:
string
Optional
prefix
prefix
?:
null
|
string
Optional
utc
Date
Modified
utcDateModified
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
branch
Id
is
Deleted
is
Expanded
note
Id
note
Position
parent
Note
Id
prefix
utc
Date
Modified
trilium
Loading...