suggestBookmarkDirectoryPaths
This content is for v1.2.0. Switch to the latest version for up-to-date documentation.
suggestBookmarkDirectoryPaths(
input): readonlyBookmarkDirectorySuggestion[]
Defined in: application/commands/bookmark-directory-suggestion.ts:283
Bookmark Treeからdirectory path suggestionを返す。
Parameters
Section titled “Parameters”SuggestBookmarkDirectoryPathsInput
Directory path suggestion入力。
Returns
Section titled “Returns”readonly BookmarkDirectorySuggestion[]
Directory path suggestion一覧。
Example
Section titled “Example”const result = suggestBookmarkDirectoryPaths({ bookmarkTree, currentDirectory: "/Work", inputValue: "cd ./Ad" });