Theia API Documentation v1.65.0
    Preparing search index...
    interface SearchInWorkspaceResult {
        fileUri: string;
        matches: SearchMatch[];
        root: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    fileUri: string

    The string uri to the file containing the result.

    matches: SearchMatch[]

    matches found in the file

    root: string

    The string uri to the root folder that the search was performed.