Home > @uniformdev/canvas-react > RenderRichTextComponentResolver
RenderRichTextComponentResolver type
Function that maps a Rich Text node instance to its React component to render it. The resolver would commonly inspect the type
of the component to decide.
Signature:
type RenderRichTextComponentResolver = (node: RichTextNode) => RichTextRendererComponent | null | undefined;
References: RichTextNode, RichTextRendererComponent