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

JSXInternal.AllHTMLAttributes

interface AllHTMLAttributes <RefType extends EventTarget = EventTarget> extends AnchorHTMLAttributes<RefType>, AreaHTMLAttributes<RefType>, AudioHTMLAttributes<RefType>, BaseHTMLAttributes<RefType>, BlockquoteHTMLAttributes<RefType>, ButtonHTMLAttributes<RefType>, CanvasHTMLAttributes<RefType>, ColHTMLAttributes<RefType>, ColgroupHTMLAttributes<RefType>, DataHTMLAttributes<RefType>, DelHTMLAttributes<RefType>, DetailsHTMLAttributes<RefType>, DialogHTMLAttributes<RefType>, EmbedHTMLAttributes<RefType>, FieldsetHTMLAttributes<RefType>, FormHTMLAttributes<RefType>, IframeHTMLAttributes<RefType>, ImgHTMLAttributes<RefType>, InputHTMLAttributes<RefType>, InsHTMLAttributes<RefType>, KeygenHTMLAttributes<RefType>, LabelHTMLAttributes<RefType>, LiHTMLAttributes<RefType>, LinkHTMLAttributes<RefType>, MapHTMLAttributes<RefType>, MarqueeHTMLAttributes<RefType>, MediaHTMLAttributes<RefType>, MenuHTMLAttributes<RefType>, MetaHTMLAttributes<RefType>, MeterHTMLAttributes<RefType>, ObjectHTMLAttributes<RefType>, OlHTMLAttributes<RefType>, OptgroupHTMLAttributes<RefType>, OptionHTMLAttributes<RefType>, OutputHTMLAttributes<RefType>, ParamHTMLAttributes<RefType>, ProgressHTMLAttributes<RefType>, QuoteHTMLAttributes<RefType>, ScriptHTMLAttributes<RefType>, SelectHTMLAttributes<RefType>, SlotHTMLAttributes<RefType>, SourceHTMLAttributes<RefType>, StyleHTMLAttributes<RefType>, TableHTMLAttributes<RefType>, TdHTMLAttributes<RefType>, TextareaHTMLAttributes<RefType>, ThHTMLAttributes<RefType>, TimeHTMLAttributes<RefType>, TrackHTMLAttributes<RefType>, VideoHTMLAttributes<RefType> {
loop?: Signalish<any | undefined>;
target?: Signalish<any | undefined>;
type?: Signalish<any | undefined>;
}

§Type Parameters

§
RefType extends EventTarget = EventTarget
[src]

§Extends

§
AnchorHTMLAttributes<RefType>
[src]
§
AreaHTMLAttributes<RefType>
[src]
§
AudioHTMLAttributes<RefType>
[src]
§
BaseHTMLAttributes<RefType>
[src]
§
BlockquoteHTMLAttributes<RefType>
[src]
§
ButtonHTMLAttributes<RefType>
[src]
§
CanvasHTMLAttributes<RefType>
[src]
§
ColHTMLAttributes<RefType>
[src]
§
ColgroupHTMLAttributes<RefType>
[src]
§
DataHTMLAttributes<RefType>
[src]
§
DelHTMLAttributes<RefType>
[src]
§
DetailsHTMLAttributes<RefType>
[src]
§
DialogHTMLAttributes<RefType>
[src]
§
EmbedHTMLAttributes<RefType>
[src]
§
FieldsetHTMLAttributes<RefType>
[src]
§
FormHTMLAttributes<RefType>
[src]
§
IframeHTMLAttributes<RefType>
[src]
§
ImgHTMLAttributes<RefType>
[src]
§
InputHTMLAttributes<RefType>
[src]
§
InsHTMLAttributes<RefType>
[src]
§
KeygenHTMLAttributes<RefType>
[src]
§
LabelHTMLAttributes<RefType>
[src]
§
LiHTMLAttributes<RefType>
[src]
§
LinkHTMLAttributes<RefType>
[src]
§
MapHTMLAttributes<RefType>
[src]
§
MarqueeHTMLAttributes<RefType>
[src]
§
MediaHTMLAttributes<RefType>
[src]
§
MenuHTMLAttributes<RefType>
[src]
§
MetaHTMLAttributes<RefType>
[src]
§
MeterHTMLAttributes<RefType>
[src]
§
ObjectHTMLAttributes<RefType>
[src]
§
OlHTMLAttributes<RefType>
[src]
§
OptgroupHTMLAttributes<RefType>
[src]
§
OptionHTMLAttributes<RefType>
[src]
§
OutputHTMLAttributes<RefType>
[src]
§
ParamHTMLAttributes<RefType>
[src]
§
ProgressHTMLAttributes<RefType>
[src]
§
QuoteHTMLAttributes<RefType>
[src]
§
ScriptHTMLAttributes<RefType>
[src]
§
SelectHTMLAttributes<RefType>
[src]
§
SlotHTMLAttributes<RefType>
[src]
§
SourceHTMLAttributes<RefType>
[src]
§
StyleHTMLAttributes<RefType>
[src]
§
TableHTMLAttributes<RefType>
[src]
§
TdHTMLAttributes<RefType>
[src]
§
TextareaHTMLAttributes<RefType>
[src]
§
ThHTMLAttributes<RefType>
[src]
§
TimeHTMLAttributes<RefType>
[src]
§
TrackHTMLAttributes<RefType>
[src]
§
VideoHTMLAttributes<RefType>
[src]

§Properties

§
loop?: Signalish<any | undefined>
[src]
§
target?: Signalish<any | undefined>
[src]
§
type?: Signalish<any | undefined>
[src]