onPluginFileRequest

On plugin file request Triggered when the user chooses to upload a file to Plugin. Should be used to launch file chooser UI and select a file. The path of the selected file should be passed to the Plugin object received in the onPluginFileRequest callback. plugin.uploadFile(filePath)

Parameters

plugin

DytePlugin which is requesting file