Appearance
@jtopo/extensions / InputTextfieldEvent
Class: InputTextfieldEvent
Hierarchy
EventBase
↳
InputTextfieldEvent
Table of contents
Constructors
Properties
Methods
Constructors
constructor
new InputTextfieldEvent(type
, initData?
)
Parameters
Name | Type |
---|---|
type | InputTextfieldEventType |
initData? | Partial <InputTextfieldEvent > |
Overrides
EventBase.constructor
Properties
bubbles
bubbles: boolean
Inherited from
EventBase.bubbles
cancelable
cancelable: boolean
Inherited from
EventBase.cancelable
composed
composed: boolean
Inherited from
EventBase.composed
defaultPrevented
defaultPrevented: boolean
Inherited from
EventBase.defaultPrevented
target
target: Node
| Link
text
text: string
type
type: InputTextfieldEventType
Overrides
EventBase.type
Methods
preventDefault
preventDefault(): void
Returns
void
Inherited from
EventBase.preventDefault