Hierarchy

  • EaiwsRichTextEditorProps

Properties

className?: string

custom css class for the editor

disableFormatting?: boolean

Set to true if the user should not be able to format the text.

label?: string

Label for the editor

onChange?: ((pNewValue: string) => void)

Type declaration

    • (pNewValue: string): void
    • Change handler for the editor.

      Parameters

      • pNewValue: string

      Returns void

readonly?: boolean

Set to true if the editor should be read only.

textBlocks?: TextBlock[]

List of predefined text blocks which may be inserted by the user.

value?: string

Current value of the editor. (Supported formats: plain text, EAIWS IML-JSON)

Generated using TypeDoc