Andy Stark 5fc05da7aa [ADF-4152] Updated folder structure of core docs (#4415)
* [ADF-4152] Moved core library docs into subfolders

* [ADF-4152] Moved core library docs into subfolders

* [ADF-4152] Manual fixes to core doc file links

* [ADF-4152] Further automatic + manual link tidying
2019-03-12 14:20:20 +00:00

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.