Skip to content

Commit

Permalink
updated doc for visualizer framework (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
drosetti authored Nov 13, 2024
1 parent 44c475c commit 327d8ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/IntelOwl/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,13 +368,19 @@ To do so, some utility classes have been made:
<td class="tg-0pky">The representation of a tuple, composed of a title and a value.</td>
<td class="tg-c3ow"><img alt="Visualizable Title example" src="./static/visualizableTitle_example.png"></td>
</tr>
<tr>
<td class="tg-7n4c">VisualizableDownload</td>
<td class="tg-0pky">A button useful for download a file with custom content.</td>
<td class="tg-c3ow"><img alt="Visualizable Download example" src="./static/visualizableDownload_example.png"></td>
</tr>
<tr>
<td class="tg-7n4c">VisualizableBase</td>
<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>
<td class="tg-0pky">The title above is composed by two <code>VisualizableBase</code></td>
</tr>
</tbody>
</table>

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()`.
At this point, you can compose these values as you wish wrapping them with the `Visualizable` classes mentioned before.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 327d8ed

Please sign in to comment.