Register Sidebar Buttons
Sidebar Buttons appear on the left-hand sidebar of the Project UI in Nexo Maker—the same place where users access the Add, Project, Environment, and Expansions views. You can register your own sidebar
Registering a Sidebar Button
Syntax:
api.nexomaker.postSidebarIcon({
button: "Button Name", // Display name
key: "unique-button-key", // Unique identifier
icon: base64Icon, // Base64-encoded image
route: "/mycustompage", // Unique route for navigation
page: "youpageid"
});const icon = await api.nexomaker.imgconvert(__dirname + "/assets/icon.png");Example 1: Custom Component Page
Summary
Field
Description
Required
Last updated