Add file viewer icon customization
[arvados-workbench2.git] / src / models / file-viewers-config.ts
index 5c23dd4974cfc2a0841e57af14dc81373bcc6bcf..e95116baa0788f4fbd13c5d75eb597f8ba2eef82 100644 (file)
@@ -39,4 +39,9 @@ export interface FileViewer {
      * `https://bam-viewer.com?filePath=/path/to/file`
      */
     filePathParam: string;
+
+    /**
+     * Icon that will display next to a label
+     */
+    iconUrl?: string;
 }