Back to Trilium

Interface BranchRow

docs/Script API/interfaces/Backend_Script_API._internal_.BranchRow.html

0.102.21.4 KB
Original Source

Interface BranchRow

interface BranchRow {
branchId?: string;
isDeleted?: boolean;
isExpanded?: boolean;
noteId: string;
notePosition?: null | number;
parentNoteId: string;
prefix?: null | string;
utcDateModified?: string;
}

Index

Properties

branchId?isDeleted?isExpanded?noteIdnotePosition?parentNoteIdprefix?utcDateModified?

Properties

OptionalbranchId

branchId?: string

OptionalisDeleted

isDeleted?: boolean

OptionalisExpanded

isExpanded?: boolean

noteId

noteId: string

OptionalnotePosition

notePosition?: null | number

parentNoteId

parentNoteId: string

Optionalprefix

prefix?: null | string

OptionalutcDateModified

utcDateModified?: string

Settings

Member Visibility

  • Protected
  • Inherited
  • External

ThemeOSLightDark

On This Page

Properties branchIdisDeletedisExpandednoteIdnotePositionparentNoteIdprefixutcDateModified