mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
* [ADF-3745] Fixed broken links * [ADF-3745] Added broken link fix for version index * [ADF-3745] Fixed issues caught by Markdown structure checker * [ADF-3745] Fixed broken external links and their tool config
1.1 KiB
1.1 KiB
Title, Added, Status
| Title | Added | Status |
|---|---|---|
| APS Content Component | v2.0.0 | Active |
APS Content Component
Shows the content preview.
Basic Usage
<adf-content
[contentId]="'1001'">
</adf-content>
Class members
Properties
| Name | Type | Default value | Description |
|---|---|---|---|
| id | string |
The content id to show. | |
| showDocumentContent | boolean |
true | Toggles showing document content. |
Events
| Name | Type | Description |
|---|---|---|
| contentClick | EventEmitter<Object> |
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. |