RealTimeAdapter

RealTimeAdapter is a non-visual component that listens to real-time events.

Behaviors

This component supports the following behaviors:

BehaviorProperties
Animationanimation, animationOptions
Bookmarkbookmark, bookmarkLevel, bookmarkTitle, bookmarkOmitFromToc
Component Labellabel, labelPosition, labelWidth, labelBreak, required, enabled, shrinkToLabel, style, readOnly
Publish/SubscribesubscribeToTopic
Tooltiptooltip, tooltipMarkdown, tooltipOptions
Styling Variantvariant

Properties

url

default: ""

This property specifies the URL to use for long-polling.

Events

eventArrived

This event is raised when data arrives from the backend using long-polling.

Signature: eventArrived(data: any): void

  • data: The data received from the backend.

Exposed Methods

This component does not expose any methods.

Styling

This component does not have any styles.