added

2025-10-01

Experimental release of Tools in Web SDK

The new tools namespace is now available under the experimental namespace in Web SDK.
This namespace groups methods that let apps access and control board tools (such as cursors).

Namespace: miro.board.experimental.tools

Methods:

  • getTool() – Returns the currently active board tool.
  • setTool(tool: ToolType) – Sets the active board tool.

For details, see the Web SDK reference for tools.