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

x/voks_web_elements/html/body.ts>BodyAttributes

html element tags implemented in the voks templating language
Latest
type alias BodyAttributes
import { type BodyAttributes } from "https://deno.land/x/voks_web_elements@5.1.21/html/body.ts";
definition: { onafterprint?: string; onbeforeunload?: string; onblur?: string; onerror?: string; onfocus?: string; onhashchange?: string; onlanguagechange?: string; onload?: string; onmessage?: string; onoffline?: string; ononline?: string; onpopstate?: string; onredo?: string; onresize?: string; onstorage?: string; onundo?: string; onunload?: string; } & HTMLGlobalAttributes