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

0.0.1 • Public • Published

DOMSelectionObserver

이벤트 종류

  • select
export interface SelectionEvent {
  anchorNode: Node
  anchorOffset: number
  focusNode: Node
  focusOffset: number
}
  • focus
  • blur

DOMMutationObserver

  • mutation: arg: MutationRecord[]

DOMKeyDownObserver

  • keydown: arg: e: KeyboardEvent

Readme

Keywords

none

Package Sidebar

Install

npm i @inithink/dom-observer

Weekly Downloads

1

Version

0.0.1

License

ISC

Unpacked Size

14 kB

Total Files

17

Last publish

Collaborators

  • inithink