Theia API Documentation v1.65.0
    Preparing search index...
    interface WebviewThemeData {
        activeThemeName: string;
        activeThemeType: WebviewThemeType;
        styles: { readonly [key: string]: string | number };
    }
    Index

    Properties

    activeThemeName: string
    activeThemeType: WebviewThemeType
    styles: { readonly [key: string]: string | number }