vot.js - v2.4.12
    Preparing search index...

    Interface ClipboardEventInit

    interface ClipboardEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        clipboardData?: null | DataTransfer;
        composed?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    clipboardData?: null | DataTransfer
    composed?: boolean