ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > HtmlRendererImplementationProperties

HtmlRendererImplementationProperties interface

Responsible for converting plain text to HTML.

Signature:

export interface HtmlRendererImplementationProperties 

Properties

PropertyTypeDescription
getPlaceholder() => ReactTranslationPayloadReturns a text to be translated and used to explain the features of the renderer.
toHtml(plainText: string) => stringConverts the plain text to HTML and must handle escaping so that custom JavaScript cannot be injected.
  • HtmlRendererImplementationProperties interface
  • Properties
Copyright © 2023 ActiveViam