From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-br/web/api/clipboardevent/index.html | 59 +++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 files/pt-br/web/api/clipboardevent/index.html (limited to 'files/pt-br/web/api/clipboardevent') diff --git a/files/pt-br/web/api/clipboardevent/index.html b/files/pt-br/web/api/clipboardevent/index.html new file mode 100644 index 0000000000..ca14f4478f --- /dev/null +++ b/files/pt-br/web/api/clipboardevent/index.html @@ -0,0 +1,59 @@ +--- +title: ClipboardEvent +slug: Web/API/ClipboardEvent +translation_of: Web/API/ClipboardEvent +--- +

{{APIRef("Clipboard API")}} {{SeeCompatTable}}

+ +

A interface ClipboardEvent representa eventos correlatos à modificação da área de transferência, i. e., eventos de cortar ({{event("cut")}}), de copiar ({{event("copy")}}), e de colar ({{event("paste")}}).

+ +

Construtor

+ +
+
{{domxref("ClipboardEvent.ClipboardEvent", "ClipboardEvent()")}}
+
Cria um evento ClipboardEvent com os parâmetros fornecidos.
+
+ +

Propriedades

+ +

Ainda, propriedades herdadas de sua superclasse {{domxref("Event")}}.

+ +
+
{{domxref("ClipboardEvent.clipboardData")}} {{readonlyInline}}
+
é um objeto {{domxref("DataTransfer")}} contendo informação oriunda das operações de {{event("cut")}}, de {{event("copy")}}, ou de {{event("paste")}} iniciadas pelo usuário, juntamente com sua espécie/tipo MIME.
+
+ +

Methods

+ +

Não há método próprio; métodos herdados de {{domxref("Event")}}.

+ +

Especificações

+ + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{ SpecName('Clipboard API', '#clipboard-event-interfaces', 'ClipboardEvent') }}{{ Spec2('Clipboard API') }}Definição inicial
+ + + + + +

{{Compat("api.ClipboardEvent")}}

+ +

See also

+ + -- cgit v1.2.3-54-g00ecf