Allows technicians to manage test sessions before product activation and during periodic maintenance activities.
.png?sv=2026-02-06&spr=https&st=2026-06-06T19%3A05%3A51Z&se=2026-06-06T19%3A16%3A51Z&sr=c&sp=r&sig=R%2BHn5%2B58U3s%2B5Q0u2%2F5LZwvnC8lpgQca8u4gOM05GiA%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>