clipboardEvent top-level property

dynamic get clipboardEvent

Events providing information related to modification of the clipboard, that is cut, copy, and paste events.

MDN Reference

Implementation

_i2.dynamic get clipboardEvent => _i4.getProperty(
      _self,
      'ClipboardEvent',
    );