ClipboardEvent
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
ClipboardEvent
인터페이스는 cut
, copy
, paste
이벤트처럼 클립보드 조작에 대한 정보를 제공하는 이벤트를 나타냅니다.
생성자
ClipboardEvent()
(en-US)-
주어진 매개변수로
ClipboardEvent
를 생성합니다.
속성
Event
인터페이스의 속성을 상속합니다.
ClipboardEvent.clipboardData
읽기 전용-
사용자가 실행한
cut
,copy
,paste
작업에서 영향을 받은 데이터를 담은DataTransfer
(en-US) 객체입니다. 데이터의 MIME 유형도 포함합니다.
메서드
Event
인터페이스의 메서드를 상속합니다.
명세
Specification |
---|
Clipboard API and events # clipboard-event-interfaces |
브라우저 호환성
BCD tables only load in the browser