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

    Interface SubmitEventInit

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

    Hierarchy (View Summary)

    Index

    Properties

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