@nextcloud/dialogs
    Preparing search index...

    Interface SubmitEventInit

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

    Hierarchy (View Summary)

    Index

    Properties

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