sub-assets/sub-assets.model.ts
Configuration object of the SubAssetsModule.
Properties |
|
| baseQuery |
baseQuery:
|
Type : object
|
| Optional |
|
Allows to set the base query that is responsible for retrieving sub-assets. Example Example :Check QueriesUtil service from '@c8y/client' to see more examples. |
| name |
name:
|
Type : string
|
| Optional |
|
Allows to change the displayed text in the title and breadcrumbs. |
| showAddGroupBtn |
showAddGroupBtn:
|
Type : boolean
|
| Optional |
|
Allows to show or hide the "Add group" button. |
| showAssignDeviceBtn |
showAssignDeviceBtn:
|
Type : boolean
|
| Optional |
|
Allows to show or hide the "Assign devices" button. |
| showDetails |
showDetails:
|
Type : boolean
|
| Optional |
|
Allows to show or hide asset details. |
| showGroupsContextHelp |
showGroupsContextHelp:
|
Type : boolean
|
| Optional |
|
Allows to show or hide the groups context help. |
| showProperties |
showProperties:
|
Type : boolean
|
| Optional |
|
Allows to show or hide the asset properties. |