Skip to content

CreateGoBookmarkPathSuggestionsInput

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

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

Go bookmark suggestion入力。

readonly bookmarks: readonly BookmarkEntry[]

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

Bookmark entry一覧。


readonly commandName: string

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

Command名。


readonly commandPrefix: string

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

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


readonly parentPath: string

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

親folder path。


readonly pathCompletionBase: string

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

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


readonly titlePrefix: string

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

Bookmark title prefix。

Last updated: