Mermaid Translator Library - v1.1.0
    Preparing search index...

    Type Alias PopupElements

    DOM elements created for the main popup UI.

    Elements are created inside a shadow root and must be removed on teardown.

    type PopupElements = {
        actionsMount: HTMLElement;
        arrow: HTMLElement;
        content: HTMLElement;
        copyButton: HTMLButtonElement;
        copyTooltip: HTMLElement;
        diagram: HTMLElement;
        editorPanel: HTMLElement;
        editorTab: HTMLButtonElement;
        editorTextarea: HTMLTextAreaElement;
        header: HTMLElement;
        loading: HTMLElement;
        message: HTMLElement;
        resizeHandle: HTMLElement;
        root: HTMLElement;
        splitButton: HTMLButtonElement;
        splitTooltip: HTMLElement;
        tabBar: HTMLElement;
        viewTab: HTMLButtonElement;
        zoomControls: HTMLElement;
        zoomInButton: HTMLButtonElement;
        zoomOutButton: HTMLButtonElement;
    }
    Index

    Properties

    actionsMount: HTMLElement
    arrow: HTMLElement
    content: HTMLElement
    copyButton: HTMLButtonElement
    copyTooltip: HTMLElement
    diagram: HTMLElement
    editorPanel: HTMLElement
    editorTab: HTMLButtonElement
    editorTextarea: HTMLTextAreaElement
    header: HTMLElement
    loading: HTMLElement
    message: HTMLElement
    resizeHandle: HTMLElement
    root: HTMLElement
    splitButton: HTMLButtonElement
    splitTooltip: HTMLElement
    tabBar: HTMLElement
    viewTab: HTMLButtonElement
    zoomControls: HTMLElement
    zoomInButton: HTMLButtonElement
    zoomOutButton: HTMLButtonElement