mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
viewer toolbar events (#2543)
This commit is contained in:
committed by
Eugenio Romano
parent
52bba291de
commit
bb4c6365b1
@@ -57,6 +57,15 @@ Using with file url:
|
||||
| allowInfoDrawer | boolean |false | Toogle info drawer feature |
|
||||
| showInfoDrawer | boolean | false | Toggles info drawer visibility. Requires `allowInfoDrawer` to be set to `true`. |
|
||||
|
||||
## Events
|
||||
|
||||
| Name | Argument Type | Cancellable | Description |
|
||||
| --- | --- | --- | --- |
|
||||
| goBack | any | Yes | Raised when user clicks the 'Back' button. |
|
||||
| download | any | Yes | Raised when user clicks the 'Download' button. |
|
||||
| print | any | Yes | Raised when user clicks the 'Print' button. |
|
||||
| share | any | Yes | Raised when user clicks the 'Share' button. |
|
||||
|
||||
## Details
|
||||
|
||||
### Supported file formats
|
||||
|
Reference in New Issue
Block a user