[Go to site: main page, start]

Interface ContextMenuRenderOptions

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

Properties

Properties

animate?: boolean

Animate the context menu opening.

event?: Event

The event that triggered the context menu opening.