DOM

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsElement

DOM

Editing
  • bug_report

Eventcopy

insert_drive_fileClipboardEventinterfaceopen_in_new
ClipboardEvent interface는 Element에서 copy 이벤트 타입으로 구현된다.

Element의 copy는 ClipboardEvent interface의 이벤트 타입이고 이벤트 리스너에서 사용된다.

기본 개요

사용자가 유저 에이전트의 사용자 인터페이스를 통해 복사 작업을 수행할 때 발생한다

구문

형식
element.addEventListener("copy" function() { })

명세

typecopy
bubblesyes
cancelableyes
targetElement
handleroncopy

버전 명세

HTML Standard API
#handler-oncopy
Clipboard API and events
#clipboard-event-copy

지원 웹브라우저