Options passed during rendering the context menu.

interface RenderOptions {
    animate?: boolean;
    event?: Event;
}

Properties

Properties

animate?: boolean

Whether to animate the menu open/close transition.

event?: Event

The DOM event that triggered the render, if any.