OpenFin Workspace API
    Preparing search index...

    Interface CLISuggestion

    Built in action for suggesting another search to execute to the user.

    interface CLISuggestion {
        hotkey?: string;
        name: Suggestion;
        query: string;
    }

    Hierarchy (View Summary)

    Index
    hotkey?: string
    query: string

    The query to search for if this action is selected.