@microsoft/fast-foundation > ElementDefinitionContext > tagFor
ElementDefinitionContext.tagFor() method
Returns the HTML element tag name that the type will be defined as.
Signature:tagFor(type: Constructable): string;
Parameters
Parameter | Type | Description |
---|---|---|
type | Constructable | The type to lookup. |
string