files/src/document_link.ts
This service is supposed to be declared as provider for a container with selector ':has(* > [type=link])' and then injected into its constructor as a Self dependency.
Properties |
Methods |
constructor(session: BlueriqSession, documentService: DocumentService, querying: BlueriqQuerying)
|
||||||||||||
Parameters :
|
getDownloadInfo |
getDownloadInfo()
|
Returns the url of the represented document or page to download.
Returns :
Observable<DocumentInfo>
|
ngOnDestroy |
ngOnDestroy()
|
Returns :
void
|
link |
link:
|
Type : Link
|
Decorators :
@BlueriqChild(Link)
|
Accesses the link element containing the document details. |