Managing Boards

A board is an element that groups apps together and it will show as the first path element in the sidebar:

Board hierarchy

Boards enable embedding which is explained here.

The module provides the following methods:

When referencing a board, it can be done by its name or by its UUID. That's why all methods have optional parameters for the board's name or its ID, but one of them must be provided, or an error will be returned.

The module is useful for managing boards at a low level, in case some customization is needed or more information is required, but the most common use case is through the plotting module, which takes care of the menu paths' inclusion in boards automatically. For an menu path to be seen, it needs to be included in a board, so if the user does not specify which board to use, the SDK will take the name of the menu path being created and add the menu path to the board: 'Default Name'.

Last updated

Was this helpful?