Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HomeSearchResponse

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

Hierarchy

Index

Properties

Properties

Optional context

context?: { filters?: CLIFilter[] }

Filters to render in the Home UI.

Type declaration

results

results: HomeSearchResult[]

The search results to render in the Home UI.

Generated using TypeDoc