Skip to content

CreateGoBookmarkPathSuggestionsInput

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

Go bookmark suggestion入力。

readonly bookmarks: readonly BookmarkEntry[]

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

Bookmark entry一覧。


readonly commandName: string

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

Command名。


readonly commandPrefix: string

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

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


readonly parentPath: string

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

親folder path。


readonly pathCompletionBase: string

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

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


readonly titlePrefix: string

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

Bookmark title prefix。

Last updated: