@argdown/core
    Preparing search index...

    Interface IWebComponentExportSettings

    Settings used by the WebComponentExportPlugin

    interface IWebComponentExportSettings {
        addGlobalStyles?: boolean;
        addWebComponentPolyfill?: boolean;
        addWebComponentScript?: boolean;
        figureCaption?: string;
        globalStylesUrl?: string;
        height?: string;
        initialView?: "map" | "source";
        useArgVu?: boolean;
        views?: { map?: boolean; source?: boolean };
        webComponentPolyfillUrl?: string;
        webComponentScriptUrl?: string;
        width?: string;
        withoutFigure?: boolean;
        withoutHeader?: boolean;
        withoutLogo?: boolean;
        withoutMaximize?: boolean;
        withoutZoom?: boolean;
    }
    Index

    Properties

    addGlobalStyles?: boolean
    addWebComponentPolyfill?: boolean
    addWebComponentScript?: boolean
    figureCaption?: string
    globalStylesUrl?: string
    height?: string
    initialView?: "map" | "source"
    useArgVu?: boolean
    views?: { map?: boolean; source?: boolean }
    webComponentPolyfillUrl?: string
    webComponentScriptUrl?: string
    width?: string
    withoutFigure?: boolean
    withoutHeader?: boolean
    withoutLogo?: boolean
    withoutMaximize?: boolean
    withoutZoom?: boolean