@maxgraph/core
    Preparing search index...

    Interface PopupMenuItem

    interface PopupMenuItem {
        activeRow: null | PopupMenuItem;
        containsItems: boolean;
        div: HTMLElement;
        eventReceiver: null | HTMLElement;
        table: HTMLElement;
        tbody: HTMLElement;
        willAddSeparator: boolean;
    }

    Hierarchy

    • HTMLElement
      • PopupMenuItem
    Index

    Properties

    activeRow: null | PopupMenuItem
    containsItems: boolean
    div: HTMLElement
    eventReceiver: null | HTMLElement
    table: HTMLElement
    tbody: HTMLElement
    willAddSeparator: boolean