UserScripts

class foxglove.layouts.UserScriptsPanel

Write custom data transformations in TypeScript.

For more information, see [the documentation](https://docs.foxglove.dev/docs/visualization/panels/user-scripts).

config: UserScriptsConfig
title: str | None = None

The title of the panel.

class foxglove.layouts.UserScriptsConfig

Configuration for the User Scripts panel.

auto_format_on_save: bool | None = None

Whether to automatically format the code on save.

selected_node_id: str | None = None

The ID of the selected script.