The registered class constructor.
The category the class was registered under, either explicitly provided or inferred from its inheritance chain.
OptionaltagThe custom element tag name associated with this class. Only present for classes registered as custom HTML elements via define.
The registered name of the class, used as the registry key. Typically the class name as passed to define.
Description
Represents a single entry in the TurboDom class registry, as stored and returned by findRegistered and related query functions.