Theia API Documentation v1.65.0
    Preparing search index...
    interface WebviewsMain {
        $createWebviewPanel(
            handle: string,
            viewType: string,
            title: string,
            showOptions: WebviewPanelShowOptions,
            options: WebviewPanelOptions & WebviewOptions,
        ): void;
        $disposeWebview(handle: string): void;
        $postMessage(handle: string, value: any): Thenable<boolean>;
        $registerSerializer(viewType: string): void;
        $reveal(handle: string, showOptions: WebviewPanelShowOptions): void;
        $setBadge(handle: string, badge: undefined | ViewBadge): void;
        $setHtml(handle: string, value: string): void;
        $setIconPath(handle: string, value: undefined | IconUrl): void;
        $setOptions(handle: string, options: WebviewOptions): void;
        $setTitle(handle: string, value: string): void;
        $unregisterSerializer(viewType: string): void;
    }

    Implemented by

    Index

    Methods