suggestBookmarkCommandHistory
This content is for v1.3.1. Switch to the latest version for up-to-date documentation.
suggestBookmarkCommandHistory(
input): readonlyBookmarkCommandSuggestion[]
Defined in: application/commands/bookmark-command-history-suggestion.ts:88
Command historyをfloating suggestion向けに変換。
Parameters
Section titled “Parameters”SuggestBookmarkCommandHistoryInput
Command history suggestion入力。
Returns
Section titled “Returns”readonly BookmarkCommandSuggestion[]
Command history suggestion一覧。
Example
Section titled “Example”const result = suggestBookmarkCommandHistory({ commandHistory: [{ input: "go Stripe", executedAt: "2026-05-05T00:00:00.000Z" }], inputValue: "stripe",});