Skip to content

suggestBookmarkDirectoryPaths

suggestBookmarkDirectoryPaths(input): readonly BookmarkDirectorySuggestion[]

Defined in: application/commands/bookmark-directory-suggestion.ts:760

Bookmark Treeからdirectory path suggestionを返す。

SuggestBookmarkDirectoryPathsInput

Directory path suggestion入力。

readonly BookmarkDirectorySuggestion[]

Directory path suggestion一覧。

const result = suggestBookmarkDirectoryPaths({ bookmarkTree, currentDirectory: "/Work", inputValue: "cd ./Ad" });

Last updated: