Core API Overview > @adpt/core > AdaptElement > displayName
AdaptElement.displayName property
The name that a component author (optionally) associated with the component using the displayName
static property. If not set on a component, defaults to AdaptElement.componentName.
Signature:
readonly displayName: string;