AboutSupportDeveloper GuideVersion 22.3.18

An object resolved from 'onUserInput' function containing results and optional context

interface SearchResponse {
    context?: any;
    results: SearchResult<Action>[];
}

Properties

Properties

context?: any
results: SearchResult<Action>[]