These canvases display in the web-based Optix admin dashboard and are used to create experiences for admins. To use the canvases in your app, you need to specify them in your app settings file.
These canvases display in the web-based Optix admin dashboard and are used to create experiences for admins. To use the canvases in your app, you need to specify them in your app settings file.
This canvas could be used to display all of the global configuration UI that your app needs (e.g., dropdown select boxes with settings or an OAuth flow to get integrations connected). It opens when a user clicks the Configure button on the Apps → Manage apps menu item.
ADMIN_APP_SETTINGS
Learn more about using this in the app settings file section.
{ "canvases": [ { "type": "ADMIN_APP_SETTINGS", "url": "https://api.optixapp.com/canvas-placeholder", "title": "My app interface" } ] }
The admin dashboard displaying a full-screen canvas for an app’s settings.
This canvas is displayed in a section much like the other core features. It is accessed from the main left menu.
ADMIN_MAIN_MENU
Learn more about using this in the app settings file section.
{ "canvases": [ { "type": "ADMIN_MAIN_MENU", "url": "https://api.optixapp.com/canvas-placeholder", "title": "My app interface", "icon": "unlock" } ] }
The app home screen with a custom ‘section’ (on the left), and a full-screen canvas opening when the ‘secondary title’ is tapped (on the right).
This can be used to present a pop-up modal when an admin selects one or more invoices in the invoice list, then clicks on ‘options.’ Setting up this canvas will add your item to the menu that opens, and will display a canvas in a modal when that option is clicked.
ADMIN_MODAL_INVOICES_MENU
Learn more about using this in the app settings file section.
{ "canvases": [ { "type": "ADMIN_MODAL_INVOICES_MENU", "url": "https://api.optixapp.com/canvas-placeholder", "title": "My app interface" } ] }
The admin dashboard showing the options menu for a selected invoice (above) and the modal open after the custom menu option is clicked.
We are here to help. Ask us a question and we’ll do our best to answer as soon as possible.
Previous
Mobile App CanvasesNext
Icons for Canvases