OpenFin Workspace API
    Preparing search index...

    Interface CLISearchResponse

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

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

    Hierarchy (View Summary)

    Index
    context?: any

    Additional custom context to pass back to the Workspace component.

    The search results to render in the Workspace component.