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

x/voks_web_elements/html/link.ts>LinkAttributes

html element tags implemented in the voks templating language
Latest
type alias LinkAttributes
import { type LinkAttributes } from "https://deno.land/x/voks_web_elements@5.1.21/html/link.ts";
definition: { href?: string; hreflang?: string; media?: string; rel?: string; sizes?: string; type?: string; crossorigin?: string; integrity?: string; referrerpolicy?: string; as?: string; disabled?: boolean; imagesizes?: string; imagesrcset?: string; imagesrc?: string; } & HTMLGlobalAttributes