Skip to content

suggestBookmarkCommandHistory

suggestBookmarkCommandHistory(input): readonly BookmarkCommandSuggestion[]

Defined in: application/commands/bookmark-command-history-suggestion.ts:88

Command historyをfloating suggestion向けに変換。

SuggestBookmarkCommandHistoryInput

Command history suggestion入力。

readonly BookmarkCommandSuggestion[]

Command history suggestion一覧。

const result = suggestBookmarkCommandHistory({
commandHistory: [{ input: "go Stripe", executedAt: "2026-05-05T00:00:00.000Z" }],
inputValue: "stripe",
});

Last updated: