|
initMenuEvent(typeArg, canBubbleArg, cancelableArg )
|
|
|
Parameters
|
String typeArg
Specifies the event type.
boolean canBubbleArg
Specifies whether or not the event can bubble.
boolean cancelableArg
Specifies whether or not the event's default action can be prevented.
|
|
Returns
|
void
|