Search
Search
setMenu
setMenu
Register a global plugin menu.
await framer.setMenu([ { label: "New", onAction: newFile, }, { type: "separator", }, { label: "Log Out", onAction: logOut, }, ])
Parameters
items: MenuItem[]
— The entries to add to the menu.
Returns
Promise<void>