@types/dom-inputevent
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

Installation

npm install --save @types/dom-inputevent

Summary

This package contains type definitions for dom-inputevent (https://w3c.github.io/uievents/#interface-inputevent).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dom-inputevent.

interface InputEventInit extends UIEventInit {
    data?: string | null | undefined;
    isComposing?: boolean | undefined;
}

interface InputEvent extends UIEvent {
    readonly data: string | null;
    readonly isComposing: boolean;
}
declare var InputEvent: {
    prototype: InputEvent;
    new(type: string, eventInitDict?: InputEventInit): InputEvent;
};

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Steven Sinatra.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.72,575ts3.6
1.0.72,575ts3.7
1.0.72,575ts3.8
1.0.72,575ts3.9
1.0.72,575ts4.0
1.0.72,575ts4.1
1.0.72,575ts4.2
1.0.72,575ts4.3
1.0.72,575ts4.4
1.0.51,621ts2.0
1.0.51,621ts2.1
1.0.51,621ts2.2
1.0.51,621ts2.3
1.0.51,621ts2.4
1.0.51,621ts2.5
1.0.51,621ts2.6
1.0.51,621ts2.7
1.0.51,621ts2.8
1.0.51,621ts2.9
1.0.51,621ts3.0
1.0.51,621ts3.1
1.0.91,245ts5.7
1.0.91,245ts5.6
1.0.91,245latest
1.0.91,245ts4.5
1.0.91,245ts4.6
1.0.91,245ts4.7
1.0.91,245ts4.8
1.0.91,245ts4.9
1.0.91,245ts5.0
1.0.91,245ts5.1
1.0.91,245ts5.2
1.0.91,245ts5.3
1.0.91,245ts5.4
1.0.91,245ts5.5
1.0.91,245ts5.8
1.0.655ts3.2
1.0.655ts3.3
1.0.655ts3.4
1.0.655ts3.5

Version History

VersionDownloads (Last 7 Days)Published
1.0.91,245
1.0.8106
1.0.72,575
1.0.655
1.0.51,621
1.0.422
1.0.32
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i @types/dom-inputevent

Weekly Downloads

5,626

Version

1.0.9

License

MIT

Unpacked Size

3.34 kB

Total Files

5

Last publish

Collaborators

  • types