Provides access to the Thing Definition documentation to the Thing users.
code_blocksDesign View
In the template editor, you can find the Thing Documentation icon under the Maintenance and Support component palette group.
code_blocksCode View
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> | |
---|---|
PROPERTIES | |
CSS Class | The name(s) of the CSS class used to customize the widget layout. Type: STRING | Optional class="my-custom-class" |
Groups | The comma separated list of group names for filtering documents. Type: STRING | Optional groups="Manuals,Warranty" |
Visibility Condition | The expression that allows you to reduce the visibility of the element. Type: STRING | Optional *ngIf="getUser().organizationId != null" |
Comments
0 comments
Please sign in to leave a comment.