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 = false
Inherited from 
EventBase.bubbles
cancelable 
cancelable: boolean = false
Inherited from 
EventBase.cancelable
composed 
composed: boolean = false
Inherited from 
EventBase.composed
defaultPrevented 
defaultPrevented: boolean = false
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