Type Alias: TypedElementResolver()
TypedElementResolver = (
types,element) =>ElementTemplate|ElementTemplateComponent|undefined
Defined in: widgets/canvas.tsx:90
Provides a custom component to render an element on the diagram based on the element itself and its type IRIs if the element is an entity.
Parameters
| Parameter | Type |
|---|---|
| readonly |
|
Returns
ElementTemplate | ElementTemplateComponent | undefined