AboutSupportDeveloper GuideVersion 22.3.18

Built in action for suggesting another search to execute to the user.

interface CLISuggestion {
    hotkey?: string;
    name: Suggestion;
    query: string;
}

Hierarchy (view full)

Properties

Properties

hotkey?: string
query: string

The query to search for if this action is selected.