Interface PopupMenuItem

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

Hierarchy

  • HTMLElement
    • PopupMenuItem

Properties

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