InputEvent
open class InputEvent(val type: EventType<InputEvent>, init: InputEventInit = definedExternally) : UIEvent(source)
The InputEvent
interface represents an event notifying the user of editable content changes.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The dataTransfer
read-only property of the containing information about richtext or plaintext data being added to or removed from editable content.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The InputEvent.isComposing
read-only property returns a boolean value indicating if the event is fired after A boolean.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The getTargetRanges()
method of the InputEvent interface returns an array of StaticRange objects that will be affected by a change to the DOM if the input event is not canceled.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard