BookmarkEntry
This content is for v1.2.1. Switch to the latest version for up-to-date documentation.
Defined in: domain/bookmarks/bookmark-tree.ts:62
疑似CLIで扱うBookmarkまたはfolderの正規化済みentryです。
Properties
Section titled “Properties”childrenCount
Section titled “childrenCount”
readonlychildrenCount:number
Defined in: domain/bookmarks/bookmark-tree.ts:94
直下の子node数です。
folderPath
Section titled “folderPath”
readonlyfolderPath:string
Defined in: domain/bookmarks/bookmark-tree.ts:90
疑似CLIで表示するfolder pathです。
folderType?
Section titled “folderType?”
readonlyoptionalfolderType?:BookmarkFolderType
Defined in: domain/bookmarks/bookmark-tree.ts:82
Browserが付与するtop-level folder種別です。
readonlyid:string
Defined in: domain/bookmarks/bookmark-tree.ts:66
Chrome Bookmark Manager上のnode IDです。
readonlykind:BookmarkEntryKind
Defined in: domain/bookmarks/bookmark-tree.ts:78
Bookmarkまたはfolderを表す種別です。
parentId
Section titled “parentId”
readonlyparentId:string
Defined in: domain/bookmarks/bookmark-tree.ts:70
親node IDです。
readonlytitle:string
Defined in: domain/bookmarks/bookmark-tree.ts:74
表示名です。
readonlyoptionalurl?:string
Defined in: domain/bookmarks/bookmark-tree.ts:86
Bookmark URLです。