Appearance
@jtopo/extensions / PopupMenuEvent
Class: PopupMenuEvent<K>
Type parameters
| Name | Type |
|---|---|
K | extends keyof EventsMap |
Hierarchy
JTopoEvent<EventsMap,K>↳
PopupMenuEvent
Table of contents
Constructors
Properties
Methods
Constructors
constructor
new PopupMenuEvent<K>(type, data?)
Type parameters
| Name | Type |
|---|---|
K | extends "select" |
Parameters
| Name | Type |
|---|---|
type | K |
data? | EventsMap[K] |
Inherited from
JTopoEvent<EventsMap, K>.constructor
Properties
cancelable
cancelable: boolean
Inherited from
JTopoEvent.cancelable
defaultPrevented
defaultPrevented: boolean
Inherited from
JTopoEvent.defaultPrevented
target
Optional target: any
Inherited from
JTopoEvent.target
type
type: K
Inherited from
JTopoEvent.type
Methods
preventDefault
preventDefault(): void
Returns
void
Inherited from
JTopoEvent.preventDefault