Skip to content

Commit 327d8ed

Browse files
authored
updated doc for visualizer framework (#12)
1 parent 44c475c commit 327d8ed

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/IntelOwl/contribute.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,13 +368,19 @@ To do so, some utility classes have been made:
368368
<td class="tg-0pky">The representation of a tuple, composed of a title and a value.</td>
369369
<td class="tg-c3ow"><img alt="Visualizable Title example" src="./static/visualizableTitle_example.png"></td>
370370
</tr>
371+
<tr>
372+
<td class="tg-7n4c">VisualizableDownload</td>
373+
<td class="tg-0pky">A button useful for download a file with custom content.</td>
374+
<td class="tg-c3ow"><img alt="Visualizable Download example" src="./static/visualizableDownload_example.png"></td>
375+
</tr>
371376
<tr>
372377
<td class="tg-7n4c">VisualizableBase</td>
373378
<td class="tg-0pky">The representation of a base string. Can have a link attached to it and even an icon. The background color can be changed.</td>
374379
<td class="tg-0pky">The title above is composed by two <code>VisualizableBase</code></td>
375380
</tr>
376381
</tbody>
377382
</table>
383+
378384
Inside a `Visualizer` you can retrieve the reports of the analyzers and connectors that have been specified inside configuration of the Visualizer itself using `.analyzer_reports()` and `.connector_reports()`.
379385
At this point, you can compose these values as you wish wrapping them with the `Visualizable` classes mentioned before.
380386

5 KB
Loading

0 commit comments

Comments
 (0)