Skip to content

@jtopo/extensions / PopupMenuEvent

Class: PopupMenuEvent<K>

Type parameters

NameType
Kextends keyof EventsMap

Hierarchy

  • JTopoEvent<EventsMap, K>

    PopupMenuEvent

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new PopupMenuEvent<K>(type, data?)

Type parameters

NameType
Kextends "select"

Parameters

NameType
typeK
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