pivotick - v0.0.1
    Preparing search index...

    Interface GraphUI

    interface GraphUI {
        contextMenu: ContextMenu;
        extraPanels: ExtraPanel[];
        keybindings?: Keybinding[];
        mainHeader: MainHeader;
        mode: GraphUIMode;
        navigation: Navigation;
        neighborsPanel: NeighborsPanel;
        propertiesPanel: PropertiesPanel;
        selectionMenu: SelectionMenu;
        sidebar: SidebarOptions;
        theme?: string;
        tooltip: Tooltip;
    }
    Index

    Properties

    contextMenu: ContextMenu
    extraPanels: ExtraPanel[]
    keybindings?: Keybinding[]
    mainHeader: MainHeader
    navigation: Navigation
    neighborsPanel: NeighborsPanel
    propertiesPanel: PropertiesPanel
    selectionMenu: SelectionMenu
    theme?: string

    The classname of the theme to force the UI to ignore user's prefered color scheme. Available by default: light and dark. Keep it undefined to use user's prefered color scheme.

    undefined
    
    tooltip: Tooltip