Theia API Documentation v1.65.0
    Preparing search index...

    The parameters given to the preview handler to render the preview content.

    interface RenderContentParams {
        content: string;
        originUri: URI;
    }
    Index

    Properties

    Properties

    content: string

    Textual content of the resource.

    originUri: URI

    URI identifying the source resource.