Allows technicians to manage test sessions before product activation and during periodic maintenance activities.
.png?sv=2022-11-02&spr=https&st=2026-03-15T16%3A57%3A58Z&se=2026-03-15T17%3A08%3A58Z&sr=c&sp=r&sig=igiuYYhsDGkaHbArDC0oVWo6sQFmAaGo3asqJu%2F8KbY%3D)
Template Syntax
Below you can find some examples of how to use the component within a template.
<thing-test-session-list-widget title="Test Sessions">
</thing-test-session-list-widget>
Component Reference
Here is a comprehensive list of all the elements and properties that can be used to configure the component.
Thing Test Session List <thing-test-session-list-widget>
Title | The title displayed on the top part of the widget box. Name: title Type: STRING | Optional
|
Rendering | |
CSS Class | The name(s) of the CSS class used to customize the widget layout. Name: class Type: STRING | Optional
|
Visibility Condition | The expression that allows you to reduce the visibility of the element. Name: *ngIf Type: STRING | Optional
|
Full Syntax Example
<thing-test-session-list-widget
[title]="'Thing Test Sessions'"
class="my-custom-class"
*ngIf="getUser().organizationId != null">
</thing-test-session-list-widget>