Functions
reflectComponent
declaration
reflectComponent(
component:EntityComponentTokenMetadata,implementations:ReflectedComponentResolverImplementation): {entityType:string;implementations:ReflectedComponentResolverImplementation;name:string;schema:JSONSchema; }
Parameters
| Parameter | Type | Default value |
|---|---|---|
|
| |
|
|
Returns
{ entityType: string; implementations: ReflectedComponentResolverImplementation; name: string; schema: JSONSchema; }
| Name | Type |
|---|---|
|
|
| |
|
|
|
|