[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:
Andy Stark
2019-03-15 17:48:20 +00:00
committed by Eugenio Romano
parent 48b685fe25
commit 74738f1f8b
4 changed files with 30 additions and 14 deletions

View File

@@ -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;