HTMLComponent
Callable
Parameters
props: PropsWithChildren<VisualDataBlock<HTMLBlock>>
VisualDataBlock object. See HTMLBlock to learn the type of data this component receives.
optionalcontext: any
Returns null | ReactElement<any, any>
VisualDataBlock object. See HTMLBlock to learn the type of data this component receives.
VisualContent renderer component that renders
raw
type blocks as inline HTML inside adiv
element.See the guide page on the VisualContent component to learn how to customize block renderer components like this one.