MenuType

const MenuType: object;

Type of menu you're adding.
Consider using addDropdownMenuItem, addContextMenuItem, or addContentDockMenuItem for easier to use entrypoints and clearer requirements.

Type declaration

ContentDock

readonly ContentDock: 3 = 3;

The side dock in Lucidspark

Context

readonly Context: 2 = 2;

The context menu that appears when the user right-clicks the canvas.

Main

readonly Main: 1 = 1;

The main drop down menus.