Home > @activeviam/activeui-sdk > ActiveMonitorMessageContent
ActiveMonitorMessageContent interface
Content of an ActiveMonitorMessage.
Signature:
export interface ActiveMonitorMessageContent
Properties
| Property | Type | Description |
|---|---|---|
| candidates | string[] | |
| category | string | |
| description | string | |
| formFields | any[] | Example: |
[{
"id":"comment",
"name":"Comment",
"type":{
"name":"text",
"informations":{},
"value":"Comment"
},
"required":false,
"hidden":false,
"writable":true
}]
|
| id | number | |
| name | string | |
| priority | number | |