Skip to content

@jtopo/extensions / InputTextfieldEvent

Class: InputTextfieldEvent<K>

Type parameters

NameType
Kextends keyof EventsMap

Hierarchy

  • JTopoEvent<EventsMap, K>

    InputTextfieldEvent

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new InputTextfieldEvent<K>(type, data?)

Type parameters

NameType
Kextends keyof EventsMap

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