When selectionEmit is set to single file only the output of the module emit only when a single file is clicked on the explorer.
The data that is send to the output is the corresponding file (following the Interfaces.File interface).
When selectionEmit is set to all the output of the module emit at anytime when selection changes.
The data that is send to the output is of the following the structure [[Explorer.MultiSelection]].
selectionEmit
This parameter control which selection are emitted when the user click on item(s). The parameter takes a value in [single file only, all].
single file only
When selectionEmit is set to single file only the output of the module emit only when a single file is clicked on the explorer. The data that is send to the output is the corresponding file (following the Interfaces.File interface).
all
When selectionEmit is set to all the output of the module emit at anytime when selection changes. The data that is send to the output is of the following the structure [[Explorer.MultiSelection]].