interface HTMLPictureElement
implements HTMLElement
import { type HTMLPictureElement } from "https://deno.land/x/evt@v2.5.6/lib/types/lib.dom.ts";
A HTML element. It doesn't implement specific properties or methods.
Methods
addEventListener<K extends keyof HTMLElementEventMap>(): void
type: K,
listener: (this: HTMLPictureElement, ev: HTMLElementEventMap[K]) => any,
options?: boolean | AddEventListenerOptions,
addEventListener(): void
type: string,
listener: EventListenerOrEventListenerObject,
options?: boolean | AddEventListenerOptions,
removeEventListener<K extends keyof HTMLElementEventMap>(): void
type: K,
listener: (this: HTMLPictureElement, ev: HTMLElementEventMap[K]) => any,
options?: boolean | EventListenerOptions,