Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
JQueryContextMenuOptions
Interface JQueryContextMenuOptions
Index
Properties
animation
appendTo
autoHide
callback
delay
determinePosition
events
items
position
positionSubmenu
selector
trigger
zIndex
Properties
optional
public
animation
?:
{ duration?: number; show?: string; hide?: string; }
optional
public
animation.duration
?:
number
optional
public
animation.hide
?:
string
optional
public
animation.show
?:
string
optional
public
appendTo
?:
string
optional
public
autoHide
?:
boolean
optional
public
callback
?:
(key: any, options: any) => any
optional
public
delay
?:
number
optional
public
determinePosition
?:
(menu: any) => void
optional
public
events
?:
{ show?: () => void; hide?: () => void; }
optional
public
events.hide
?:
() => void
optional
public
events.show
?:
() => void
public
items
:
any
optional
public
position
?:
(opt: any, x: any, y: any) => void
optional
public
positionSubmenu
?:
(menu: any) => void
public
selector
:
string
optional
public
trigger
?:
string
optional
public
zIndex
?:
number
Globals
jquery