Skip to content

CreateGoBookmarkPathSuggestionsInput

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

Defined in: application/commands/bookmark-go-path-suggestion.ts:9

Go bookmark suggestion入力。

readonly bookmarks: readonly BookmarkEntry[]

Defined in: application/commands/bookmark-go-path-suggestion.ts:11

Bookmark entry一覧。


readonly commandName: string

Defined in: application/commands/bookmark-go-path-suggestion.ts:13

Command名。


readonly commandPrefix: string

Defined in: application/commands/bookmark-go-path-suggestion.ts:15

補完結果の前に付けるcommand部分。


readonly parentPath: string

Defined in: application/commands/bookmark-go-path-suggestion.ts:17

親folder path。


readonly pathCompletionBase: string

Defined in: application/commands/bookmark-go-path-suggestion.ts:19

補完入力として保持するbase。


readonly titlePrefix: string

Defined in: application/commands/bookmark-go-path-suggestion.ts:21

Bookmark title prefix。

Last updated: