Skip to content

doesFolderPathExist

This content is for v1.2.1. Switch to the latest version for up-to-date documentation.

doesFolderPathExist(bookmarkTree, folderPath): boolean

Defined in: domain/bookmarks/bookmark-directory.ts:167

Bookmark Tree内にfolder pathが存在するかを判定します。

BookmarkTree

判定対象のBookmark Treeです。

string

判定するfolder pathです。

boolean

folder pathが存在すればtrueです。

const result = doesFolderPathExist(bookmarkTree, "/Work/Admin");

Last updated: