@microsoft/fast-element > FASTElementDefinition > schema
FASTElementDefinition.schema property
The optional schema associated with the custom element definition. Declarative templates assign this automatically during template resolution. Non-declarative callers can provide one for schema-driven extensions.
Signature:
schema?: Schema;