A directive marking thumbnails for the DaffMediaRendererComponent
. Needs to be wrapped in a daff-media-gallery
component
and needs to be placed on a component that is provided as a daffThumbnailCompatToken
.
'[daffThumbnail]'
Name | Type | Description |
---|---|---|
component | Type<unknown> | |
gallery | DaffMediaGalleryRegistration | |
selected | ||
select | ||
deselect | ||
class | true | Adds a class for styling a thumbnail |
onClick | Adds a click event to trigger selection of the media element. | |
ngOnInit | void | |
ngOnDestroy | void |