AboutSupportDeveloper GuideVersion 18.0.9

Interface HomeSearchResponse

An object resolved from 'onUserInput' function containing search results and optional filters.

Hierarchy

Properties

Properties

context?: {
    filters?: CLIFilter[];
}

Filters to render in the Home UI.

Type declaration

results: HomeSearchResult[]

The search results to render in the Home UI.