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

x/voks_web_elements/html/video.ts>VideoAttributes

html element tags implemented in the voks templating language
Latest
type alias VideoAttributes
import { type VideoAttributes } from "https://deno.land/x/voks_web_elements@5.1.21/html/video.ts";
definition: { autoplay?: boolean; controls?: boolean; crossorigin?: string; height?: number; loop?: boolean; muted?: boolean; playsinline?: boolean; poster?: string; preload?: string; src?: string; width?: number; } & HTMLGlobalAttributes