Interface ComponentMeta

interface ComponentMeta {
    tagName: string;
}

Hierarchy

  • ElementDefinitionOptions
  • Partial<ShadowRootInit>
    • ComponentMeta

Properties

Properties

tagName: string

Generated using TypeDoc