jQuery ContextMenu Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { ContentReadyEvent } from "devextreme/ui/context_menu"
Type:

Object

ContextSubmenuDirection

Specifies the submenu direction.

Accepted Values: 'auto' | 'left' | 'right'

DisposingEvent

The type of the disposing event handler's argument.

import { DisposingEvent } from "devextreme/ui/context_menu"
Type:

Object

HiddenEvent

The type of the hidden event handler's argument.

import { HiddenEvent } from "devextreme/ui/context_menu"
Type:

Object

HidingEvent

The type of the hiding event handler's argument.

import { HidingEvent } from "devextreme/ui/context_menu"
Type:

Object

InitializedEvent

The type of the initialized event handler's argument.

import { InitializedEvent } from "devextreme/ui/context_menu"
Type:

Object

ItemClickEvent

The type of the itemClick event handler's argument.

import { ItemClickEvent } from "devextreme/ui/context_menu"
Type:

Object

ItemContextMenuEvent

The type of the itemContextMenu event handler's argument.

import { ItemContextMenuEvent } from "devextreme/ui/context_menu"
Type:

Object

ItemRenderedEvent

The type of the itemRendered event handler's argument.

import { ItemRenderedEvent } from "devextreme/ui/context_menu"
Type:

Object

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { OptionChangedEvent } from "devextreme/ui/context_menu"
Type:

Object

PositioningEvent

The type of the positioning event handler's argument.

import { PositioningEvent } from "devextreme/ui/context_menu"
Type:

Object

SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { SelectionChangedEvent } from "devextreme/ui/context_menu"
Type:

Object

ShowingEvent

The type of the showing event handler's argument.

import { ShowingEvent } from "devextreme/ui/context_menu"
Type:

Object

ShownEvent

The type of the shown event handler's argument.

import { ShownEvent } from "devextreme/ui/context_menu"
Type:

Object