Title | Added | Status |
---|---|---|
APS Content Component |
v2.0.0 |
Active |
Shows the content preview.
<adf-content
[contentId]="'1001'">
</adf-content>
Name | Type | Default value | Description |
---|---|---|---|
id | string |
The content id to show. | |
showDocumentContent | boolean |
true | Toggles showing document content. |
Name | Type | Description |
---|---|---|
contentClick | EventEmitter <any> |
Emitted when the content is clicked. |
contentLoaded | EventEmitter <any> |
Emitted when the content has loaded. |
error | EventEmitter <any> |
Emitted when an error occurs. |
thumbnailLoaded | EventEmitter <any> |
Emitted when the thumbnail has loaded. |