FASTElementDefinition.getForInstance property
@microsoft/fast-element > FASTElementDefinition > getForInstance
FASTElementDefinition.getForInstance property
Gets the element definition associated with the instance.
Signature:
static readonly getForInstance: (object: any) => FASTElementDefinition<Constructable<HTMLElement>> | undefined;