MoleculeInterface
MoleculeInterface: <
T> {displayName:string; } &Record<symbol,unknown> & {[TypeInferSymbol]:T; }
A molecule interface object.
This can be used as a reference to create objects by calling useMolecule
in one of the frontend integrations.
MoleculeInterface.displayNamedisplayName?:
string
MoleculeInterface.[TypeInferSymbol][TypeInferSymbol]?:
T
Type parameters
| Parameter | Description |
|---|---|
T | the type of object that will be provided by this interface |