mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
26 lines
476 B
Markdown
26 lines
476 B
Markdown
# Activiti Content Component
|
|
|
|
Shows the content preview.
|
|
|
|
## Basic Usage
|
|
|
|
```html
|
|
<adf-content
|
|
[contentId]="'1001'">
|
|
</adf-content>
|
|
```
|
|
|
|
### Properties
|
|
|
|
The recommended set of properties can be found in the following table:
|
|
|
|
| Name | Type | Default | Description |
|
|
| ---- | ---- | ------- | ----------- |
|
|
| contentId | string | | The content id to show. |
|
|
|
|
### Events
|
|
|
|
| Name | Description |
|
|
| ---- | ----------- |
|
|
| contentClick | Invoked when the content is clicked. |
|