Theia API Documentation v1.75.0
    Preparing search index...
    interface ToolCallHtmlAppResult {
        html: string;
        title?: string;
        type: "html";
    }
    Index

    Properties

    Properties

    html: string
    title?: string
    type: "html"