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

Properties

Properties

animate?: boolean

Animate the context menu opening.

event?: Event

The event that triggered the context menu opening.