Alert Timeline

Displays the alert details in a timeline widget.

Alert Timeline

You can use this widget in the alert details templates used by active and historical alert list widgets to display the details of the selected alert.

Configuration

Template Syntax

Below you can find some examples of how to use the component within a template.


<alert-timeline-widget></alert-timeline-widget>

Component Reference

Here is a comprehensive list of all the elements and properties that can be used to configure the component.

Alert Timeline <alert-timeline-widget>

PROPERTIES

CSS Class

The name(s) of the CSS class used to customize the widget layout.
Type: STRING | Optional
class="my-custom-class"

Title

The title displayed on the top part of the widget box.
Type: STRING | Optional
[title]="'Details'"

Visibility Condition

The expression that allows you to reduce the visibility of the element.
Type: STRING | Optional
*ngIf="getUser().organizationId != null"