vot.js - v2.4.12
    Preparing search index...
    interface UIEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        detail?: number;
        view?: null | Window;
        which?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    detail?: number
    view?: null | Window
    which?: number