@microsoft/fast-element > FASTElementExtension
FASTElementExtension type
A callback that receives a FASTElementDefinition during element registration. Extensions are invoked before the element is registered with the platform, allowing plugins to inspect or act on the resolved definition.
Signature:
export type FASTElementExtension = (definition: FASTElementDefinition) => void;
References: FASTElementDefinition