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

    Interface SubmitEventInit

    interface SubmitEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        submitter?: HTMLElement | null;
    }

    Hierarchy (View Summary)

    Index
    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    submitter?: HTMLElement | null