Atributros globales de los tag html

Globals

type Globals = {
    accesskey?: string;
    class?: string;
    contenteditable?: string;
    data?: string;
    dir?: string;
    draggable?: string;
    enterkeyhint?: string;
    hidden?: boolean;
    id?: string;
    inert?: boolean;
    inputmode?: string;
    lang?: string;
    popover?: boolean;
    spellcheck?: string;
    style?: string;
    tabindex?: string;
    title?: string;
    translate?: string;
}
Index

Properties

accesskey?: string
class?: string
contenteditable?: string
data?: string
dir?: string
draggable?: string
enterkeyhint?: string
hidden?: boolean
id?: string
inert?: boolean
inputmode?: string
lang?: string
popover?: boolean
spellcheck?: string
style?: string
tabindex?: string
title?: string
translate?: string