FullPage

View as Markdown

FullPage

The FullPage object enables full-page applications within the Contentstack interface for handling complex workflows or data operations.

const fullPage = sdk.location.FullPage;
if (fullPage) {
  const stack = fullPage.stack;
  const contentTypes = await stack.getContentTypes();
}

It supports only the Stack core object.