SidebarWidget

View as Markdown

SidebarWidget

The SidebarWidget UI location integrates with entry sidebars to provide contextual tools and information for content editors.

const sidebar = sdk.location.SidebarWidget;
if (sidebar) {
  const entry = sidebar.entry;
  const stack = sidebar.stack;
}

It supports the following core objects: