@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface WebviewViewRequest

    Options for a webview registered into a view container.

    interface WebviewViewRequest {
        enableScripts?: boolean;
        localResourceRoots?: readonly string[];
        retainContextWhenHidden?: boolean;
    }
    Index
    enableScripts?: boolean

    Whether the content may run scripts.

    localResourceRoots?: readonly string[]

    Extension-relative folders the content may load resources from.

    retainContextWhenHidden?: boolean

    Keeps the hidden view's scripts running.