threepipe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FileTransferPlugin.md 745B

пре 1 година
пре 1 година
1234567891011121314151617181920212223
  1. ---
  2. prev:
  3. text: 'AssetExporterPlugin'
  4. link: './AssetExporterPlugin'
  5. next:
  6. text: 'LoadingScreenPlugin'
  7. link: './LoadingScreenPlugin'
  8. ---
  9. # FileTransferPlugin
  10. [//]: # (todo: image)
  11. [Source Code](https://github.com/repalash/threepipe/blob/master/src/plugins/export/FileTransferPlugin.ts) —
  12. [API Reference](https://threepipe.org/docs/classes/FileTransferPlugin.html)
  13. Provides a way to extend the `viewer.export` functionality with custom actions. It also maintains a process state for plugins like `LoadingScreenPlugin`.
  14. This plugin is added automatically, there is no need to use it manually, unless writing a plugin to extend the export functionality.
  15. Used in e.g. `AWSClientPlugin` to upload files directly to S3.