Provides access to the Thing Definition documentation to the Thing users.
Template Syntax
Below you can find some examples of how to use the component within a template.
<thing-documentation-widget></thing-documentation-widget>
Component Reference
Here is a comprehensive list of all the elements and properties that can be used to configure the component.
Thing Documentation <thing-documentation-widget>
Groups | The comma separated list of group names for filtering documents. Name: groups 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
<thing-documentation-widget
groups="abc"
class="my-custom-class"
*ngIf="getUser().organizationId != null"
hasFeature="['feature_a', 'feature_b']"></thing-documentation-widget>