Component description
The last-activity component creates a read-only list of latest user activities in the instance.
Example
Minimal JSON
{
"type": "last-activity"
}{
"type": "last-activity",
"componentId": "last-activity-component",
"seeAllLink": "https://demo2.dawiso.com"
}Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
type | last-activity | string | Yes |
componentId | Unique ID of a component. If left empty, a random string will be generated. Primarily used in patch packages to define the component's position within the layout (template). | string | No |
seeAllLink | An absolute or relative URL link of the environment. | string | No |