UNPKG

@sitecore-jss/sitecore-jss

Version:

This module is provided as a part of Sitecore JavaScript Rendering SDK. It contains the core JSS APIs (layout service) and utilities.

7 lines (6 loc) 749 B
export { GraphQLEditingService } from './graphql-editing-service'; export { DEFAULT_PLACEHOLDER_UID, ExperienceEditor, HorizonEditor, isEditorActive, resetEditorChromes, handleEditorAnchors, getJssPagesClientData, EDITING_ALLOWED_ORIGINS, QUERY_PARAM_EDITING_SECRET, PAGES_EDITING_MARKER, } from './utils'; export { RestComponentLayoutService, } from './rest-component-layout-service'; export { DefaultEditFrameButton, DefaultEditFrameButtons, DefaultEditFrameButtonIds, mapButtonToCommand, } from './edit-frame'; export { LayoutKind, MetadataKind, DesignLibraryMode, } from './models'; export { addComponentUpdateHandler, DesignLibraryStatus, getDesignLibraryStatusEvent, getDesignLibraryScriptLink, isDesignLibraryMode, } from './design-library';