Home > @activeviam/activeui-sdk > HtmlRendererImplementationProperties > toHtml
HtmlRendererImplementationProperties.toHtml property
Converts the plain text to HTML and must handle escaping so that custom JavaScript cannot be injected.
Signature:
toHtml: (plainText: string) => string;