It renders the product connection status within a colored badge.
The filter variants can be applied to metrics and properties holding the connection status value.
The cloud status is identified by numerical values associated with a label.
Value | Text Representation |
|---|---|
0 | OFFLINE |
1 | ONLINE |
Null or empty values are always handled as OFFLINE.
Without this filter, the cloud status value is printed as simple text.
.png?sv=2022-11-02&spr=https&st=2026-05-19T02%3A46%3A22Z&se=2026-05-19T02%3A57%3A22Z&sr=c&sp=r&sig=E5E6rO59%2FOtK6NcYnRBDWcLxAiSuXaSI6UBTF9es970%3D)
Filter Variants
The set of predefined filter variants that can be used to format values.
Data Import <data-import-widget>
Reconcile Connection Status | Name: reconcileConnectionStatus Type: BOOLEAN | Optional
|
Title | The title displayed on the top part of the widget box. Name: title Type: STRING | Optional
|
Rendering | |
Availability | Configure availability based on active features on Digital Plan on Add-ons Name: hasFeature Type: FEATURE (multiple) | Optional
|
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
<data-import-widget
[title]="'Data Import'"
[reconcileConnectionStatus]="true"
class="my-custom-class"
*ngIf="getUser().organizationId != null"
hasFeature="['feature_a', 'feature_b']"></data-import-widget>