mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4249] Started doc review for 3.1 (#4448)
* [ADF-4249] Reviewed new proc cloud component docs * [ADF-4249] Reviewed Preview extension component docs
This commit is contained in:
committed by
Eugenio Romano
parent
48b685fe25
commit
74738f1f8b
@@ -39,15 +39,19 @@ export class PreviewExtensionComponent implements OnInit, OnChanges, OnDestroy {
|
||||
@ViewChild('content', { read: ViewContainerRef })
|
||||
content: ViewContainerRef;
|
||||
|
||||
/** ID string of the component to preview. */
|
||||
@Input()
|
||||
id: string;
|
||||
|
||||
/** URL of the content in the repository. */
|
||||
@Input()
|
||||
url: string;
|
||||
|
||||
/** File extension (.jpg, .png, etc) for the viewer. */
|
||||
@Input()
|
||||
extension: string;
|
||||
|
||||
/** Node containing the content to display. */
|
||||
@Input()
|
||||
node: Node;
|
||||
|
||||
|
Reference in New Issue
Block a user