Theia API Documentation v1.65.0
    Preparing search index...
    interface WebviewContentOptions {
        allowForms?: boolean;
        allowScripts?: boolean;
        enableCommandUris?: boolean | readonly string[];
        localResourceRoots?: readonly string[];
        portMapping?: readonly WebviewPortMapping[];
    }
    Index

    Properties

    allowForms?: boolean
    allowScripts?: boolean
    enableCommandUris?: boolean | readonly string[]
    localResourceRoots?: readonly string[]
    portMapping?: readonly WebviewPortMapping[]