Appearance
@jtopo/extensions / InputTextfieldEvent
Class: InputTextfieldEvent<K>
Type parameters
| Name | Type |
|---|---|
K | extends keyof EventsMap |
Hierarchy
JTopoEvent<EventsMap,K>↳
InputTextfieldEvent
Table of contents
Constructors
Properties
Methods
Constructors
constructor
new InputTextfieldEvent<K>(type, data?)
Type parameters
| Name | Type |
|---|---|
K | extends keyof EventsMap |
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