Skip to content

suggestBookmarkCommandHistory

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

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: