@inithink/domain-common
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

/@inithink/domain-common/

    Package Sidebar

    Install

    npm i @inithink/domain-common

    Weekly Downloads

    0

    Version

    0.0.1

    License

    ISC

    Unpacked Size

    16.5 kB

    Total Files

    20

    Last publish

    Collaborators

    • inithink