SVG Graph Network API Documentation - v0.2.0
    Preparing search index...

    Interface UIElements

    UI element references

    interface UIElements {
        container: HTMLElement;
        titleElement?: HTMLElement;
        legendElement?: HTMLElement;
        controls?: HTMLElement;
        settingsPanel?: HTMLElement;
    }
    Index

    Properties

    container: HTMLElement
    titleElement?: HTMLElement
    legendElement?: HTMLElement
    controls?: HTMLElement
    settingsPanel?: HTMLElement