Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JSXInternal.HTMLAttributes

interface HTMLAttributes <RefType extends EventTarget = EventTarget> extends ClassAttributes<RefType>, DOMAttributes<RefType> {
about?: string;
accept?: string;
acceptCharset?: string;
accessKey?: string;
action?: string;
allow?: string;
allowFullScreen?: boolean;
allowTransparency?: boolean;
alt?: string;
as?: string;
async?: boolean;
autocapitalize?:
| "off"
| "none"
| "on"
| "sentences"
| "words"
| "characters";
autoCapitalize?:
| "off"
| "none"
| "on"
| "sentences"
| "words"
| "characters";
autocomplete?: string;
autoComplete?: string;
autocorrect?: string;
autoCorrect?: string;
autofocus?: boolean;
autoFocus?: boolean;
autoPlay?: boolean;
capture?: boolean | string;
cellPadding?: number | string;
cellSpacing?: number | string;
challenge?: string;
charSet?: string;
checked?: boolean;
cite?: string;
class?: string | undefined;
className?: string | undefined;
cols?: number;
colSpan?: number;
content?: string;
contentEditable?: boolean;
contextMenu?: string;
controls?: boolean;
controlsList?: string;
coords?: string;
crossOrigin?: string;
data?: string;
datatype?: string;
dateTime?: string;
decoding?: "sync" | "async" | "auto";
default?: boolean;
defaultChecked?: boolean;
defaultValue?: string;
defer?: boolean;
dir?: "auto" | "rtl" | "ltr";
disabled?: boolean;
disablePictureInPicture?: boolean;
disableRemotePlayback?: boolean;
download?: any;
draggable?: boolean;
encType?: string;
enterkeyhint?:
| "enter"
| "done"
| "go"
| "next"
| "previous"
| "search"
| "send";
for?: string;
form?: string;
formAction?: string;
formEncType?: string;
formMethod?: string;
formNoValidate?: boolean;
formTarget?: string;
frameBorder?: number | string;
headers?: string;
height?: number | string;
hidden?: boolean;
high?: number;
href?: string;
hrefLang?: string;
htmlFor?: string;
httpEquiv?: string;
icon?: string;
id?: string;
inlist?: any;
inputMode?: string;
integrity?: string;
is?: string;
itemID?: string;
itemProp?: string;
itemRef?: string;
itemScope?: boolean;
itemType?: string;
keyParams?: string;
keyType?: string;
kind?: string;
label?: string;
lang?: string;
list?: string;
loading?: "eager" | "lazy";
loop?: boolean;
low?: number;
manifest?: string;
marginHeight?: number;
marginWidth?: number;
max?: number | string;
maxLength?: number;
media?: string;
mediaGroup?: string;
method?: string;
min?: number | string;
minLength?: number;
multiple?: boolean;
muted?: boolean;
name?: string;
nomodule?: boolean;
nonce?: string;
noValidate?: boolean;
open?: boolean;
optimum?: number;
part?: string;
pattern?: string;
ping?: string;
placeholder?: string;
playsInline?: boolean;
poster?: string;
prefix?: string;
preload?: string;
property?: string;
radioGroup?: string;
readonly?: boolean;
readOnly?: boolean;
referrerpolicy?:
| "no-referrer"
| "no-referrer-when-downgrade"
| "origin"
| "origin-when-cross-origin"
| "same-origin"
| "strict-origin"
| "strict-origin-when-cross-origin"
| "unsafe-url";
rel?: string;
required?: boolean;
resource?: string;
results?: number;
reversed?: boolean;
role?: string;
rows?: number;
rowSpan?: number;
sandbox?: string;
scope?: string;
scoped?: boolean;
scrolling?: string;
seamless?: boolean;
selected?: boolean;
shape?: string;
size?: number;
sizes?: string;
slot?: string;
span?: number;
spellcheck?: boolean;
spellCheck?: boolean;
src?: string;
srcDoc?: string;
srcLang?: string;
srcset?: string;
srcSet?: string;
start?: number;
step?: number | string;
style?: string | CSSProperties;
summary?: string;
tabIndex?: number;
target?: string;
title?: string;
translate?: "yes" | "no";
type?: string;
typeof?: string;
useMap?: string;
value?: string | string[] | number;
vocab?: string;
volume?: string | number;
width?: number | string;
wmode?: string;
wrap?: string;
}

§Type Parameters

§
RefType extends EventTarget = EventTarget
[src]

§Extends

§Properties

§
about?: string
[src]
§
accept?: string
[src]
§
acceptCharset?: string
[src]
§
accessKey?: string
[src]
§
action?: string
[src]
§
allow?: string
[src]
§
allowFullScreen?: boolean
[src]
§
allowTransparency?: boolean
[src]
§
alt?: string
[src]
§
as?: string
[src]
§
async?: boolean
[src]
§
autocapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters"
[src]
§
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters"
[src]
§
autocomplete?: string
[src]
§
autoComplete?: string
[src]
§
autocorrect?: string
[src]
§
autoCorrect?: string
[src]
§
autofocus?: boolean
[src]
§
autoFocus?: boolean
[src]
§
autoPlay?: boolean
[src]
§
capture?: boolean | string
[src]
§
cellPadding?: number | string
[src]
§
cellSpacing?: number | string
[src]
§
challenge?: string
[src]
§
charSet?: string
[src]
§
checked?: boolean
[src]
§
cite?: string
[src]
§
class?: string | undefined
[src]
§
className?: string | undefined
[src]
§
cols?: number
[src]
§
colSpan?: number
[src]
§
content?: string
[src]
§
contentEditable?: boolean
[src]
§
contextMenu?: string
[src]
§
controls?: boolean
[src]
§
controlsList?: string
[src]
§
coords?: string
[src]
§
crossOrigin?: string
[src]
§
data?: string
[src]
§
datatype?: string
[src]
§
dateTime?: string
[src]
§
decoding?: "sync" | "async" | "auto"
[src]
§
default?: boolean
[src]
§
defaultChecked?: boolean
[src]
§
defaultValue?: string
[src]
§
defer?: boolean
[src]
§
dir?: "auto" | "rtl" | "ltr"
[src]
§
disabled?: boolean
[src]
§
disablePictureInPicture?: boolean
[src]
§
disableRemotePlayback?: boolean
[src]
§
download?: any
[src]
§
draggable?: boolean
[src]
§
encType?: string
[src]
§
enterkeyhint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send"
[src]
§
for?: string
[src]
§
form?: string
[src]
§
formAction?: string
[src]
§
formEncType?: string
[src]
§
formMethod?: string
[src]
§
formNoValidate?: boolean
[src]
§
formTarget?: string
[src]
§
frameBorder?: number | string
[src]
§
headers?: string
[src]
§
height?: number | string
[src]
§
hidden?: boolean
[src]
§
high?: number
[src]
§
href?: string
[src]
§
hrefLang?: string
[src]
§
htmlFor?: string
[src]
§
httpEquiv?: string
[src]
§
icon?: string
[src]
§
id?: string
[src]
§
inlist?: any
[src]
§
inputMode?: string
[src]
§
integrity?: string
[src]
§
is?: string
[src]
§
itemID?: string
[src]
§
itemProp?: string
[src]
§
itemRef?: string
[src]
§
itemScope?: boolean
[src]
§
itemType?: string
[src]
§
keyParams?: string
[src]
§
keyType?: string
[src]
§
kind?: string
[src]
§
label?: string
[src]
§
lang?: string
[src]
§
list?: string
[src]
§
loading?: "eager" | "lazy"
[src]
§
loop?: boolean
[src]
§
low?: number
[src]
§
manifest?: string
[src]
§
marginHeight?: number
[src]
§
marginWidth?: number
[src]
§
max?: number | string
[src]
§
maxLength?: number
[src]
§
media?: string
[src]
§
mediaGroup?: string
[src]
§
method?: string
[src]
§
min?: number | string
[src]
§
minLength?: number
[src]
§
multiple?: boolean
[src]
§
muted?: boolean
[src]
§
name?: string
[src]
§
nomodule?: boolean
[src]
§
nonce?: string
[src]
§
noValidate?: boolean
[src]
§
open?: boolean
[src]
§
optimum?: number
[src]
§
part?: string
[src]
§
pattern?: string
[src]
§
ping?: string
[src]
§
placeholder?: string
[src]
§
playsInline?: boolean
[src]
§
poster?: string
[src]
§
prefix?: string
[src]
§
preload?: string
[src]
§
property?: string
[src]
§
radioGroup?: string
[src]
§
readonly?: boolean
[src]
§
readOnly?: boolean
[src]
§
referrerpolicy?: "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url"
[src]
§
rel?: string
[src]
§
required?: boolean
[src]
§
resource?: string
[src]
§
results?: number
[src]
§
reversed?: boolean
[src]
§
role?: string
[src]
§
rows?: number
[src]
§
rowSpan?: number
[src]
§
sandbox?: string
[src]
§
scope?: string
[src]
§
scoped?: boolean
[src]
§
scrolling?: string
[src]
§
seamless?: boolean
[src]
§
selected?: boolean
[src]
§
shape?: string
[src]
§
size?: number
[src]
§
sizes?: string
[src]
§
slot?: string
[src]
§
span?: number
[src]
§
spellcheck?: boolean
[src]
§
spellCheck?: boolean
[src]
§
src?: string
[src]
§
srcDoc?: string
[src]
§
srcLang?: string
[src]
§
srcset?: string
[src]
§
srcSet?: string
[src]
§
start?: number
[src]
§
step?: number | string
[src]
§
style?: string | CSSProperties
[src]
§
summary?: string
[src]
§
tabIndex?: number
[src]
§
target?: string
[src]
§
title?: string
[src]
§
translate?: "yes" | "no"
[src]
§
type?: string
[src]
§
typeof?: string
[src]
§
useMap?: string
[src]
§
value?: string | string[] | number
[src]
§
vocab?: string
[src]
§
volume?: string | number
[src]
§
width?: number | string
[src]
§
wmode?: string
[src]
§
wrap?: string
[src]