The SidebarWidget UI location integrates with entry sidebars to provide contextual tools and information for content editors.
12345
const sidebar = sdk.location.SidebarWidget;
if (sidebar) {
const entry = sidebar.entry;
const stack = sidebar.stack;
}It supports the following core objects: