interface GridMenuParams {
    target: null | HTMLElement;
}

Properties

Properties

target: null | HTMLElement

The element that opens the menu.