Help Angular by taking a 1 minute survey!Go to surveyHome

MetaDefinition

Represents a meta element.

type MetaDefinition = { charset?: string; content?: string; httpEquiv?: string; id?: string; itemprop?: string; name?: string; property?: string; scheme?: string; url?: string; } & { [prop: string]: string; };
      
      
  1. type MetaDefinition = {
  2. charset?: string;
  3. content?: string;
  4. httpEquiv?: string;
  5. id?: string;
  6. itemprop?: string;
  7. name?: string;
  8. property?: string;
  9. scheme?: string;
  10. url?: string;
  11. } & {
  12. [prop: string]: string;
  13. };