Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Deno Standard Extensions
Go to Latest
interface SubmitEvent
implements Event
import { type SubmitEvent } from "https://deno.land/x/yxz@0.17.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.