Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yxz/typing/lib.dom.ts>SubmitEvent

Deno Standard Extensions
Latest
interface SubmitEvent
implements Event
import { type SubmitEvent } from "https://deno.land/x/yxz@0.32.0/typing/lib.dom.ts";

Properties

readonly
submitter: HTMLElement | null

Returns the element representing the submit button that triggered the form submission, or null if the submission was not triggered by a button.