@microsoft/fast-element/declarative.js > FASTElementDefinition > getByType
FASTElementDefinition.getByType property
Gets the element definition associated with the specified type.
Signature:
static readonly getByType: (key: Function) => FASTElementDefinition<Constructable<HTMLElement>> | undefined;