Theia API Documentation v1.65.0
    Preparing search index...
    interface State {
        contentOptions: WebviewContentOptions;
        iconUrl?: IconUrl;
        options: WebviewPanelOptions;
        state?: string;
        title: string;
        viewType: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contentOptions: WebviewContentOptions
    iconUrl?: IconUrl
    state?: string
    title: string
    viewType: string