Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

rasa-text

Properties

Property Attribute Description Type Default
disableParsing disable-parsing Disables text parsing (renders text as is, not markdown) boolean false
enableStream enable-stream Disables text stream rendering boolean false
notifyCompleteRendering notify-complete-rendering Should component notify messageQueueService at complete rendering boolean false
value value Text value string undefined

Events

Event Description Type
linkClicked User clicked on link CustomEvent<undefined>
textStreamComplete Trigger on stream complete CustomEvent<{ value: true; }>

Shadow Parts

Part Description
"text"

Dependencies

Used by

Graph

graph TD;
  chat-message --> rasa-text
  error-toast --> rasa-text
  rasa-accordion --> rasa-text
  rasa-chatbot-widget --> rasa-text
  rasa-file-download-message --> rasa-text
  rasa-image-message --> rasa-text
  rasa-quick-reply --> rasa-text
  rasa-session-divider --> rasa-text
  rasa-text-message --> rasa-text
  style rasa-text fill:#f9f,stroke:#333,stroke-width:4px
Loading

Built with StencilJS