AboutSupportDeveloper GuideVersion 22.3.18

An object returned from a CLI provider's 'onUserInput' function containing search results.

interface CLISearchResponse {
    context?: any;
    results: CLISearchResult<Action>[];
}

Hierarchy (view full)

Properties

Properties

context?: any

Additional custom context to pass back to the Workspace component.

The search results to render in the Workspace component.