MetaDefinition
Type Alias
Represents the attributes of an HTML <meta>
element. The element itself is
represented by the internal HTMLMetaElement
.
API
type MetaDefinition = { charset?: string; content?: string; httpEquiv?: string; id?: string; itemprop?: string; name?: string; property?: string; scheme?: string; url?: string;} & { // TODO(IgorMinar): this type looks wrong [prop: string]: string;}
Jump to details