Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/voks_web_elements/mod.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/mod.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