@mintlify/common
Version:
Commonly shared code within Mintlify
10 lines (9 loc) • 763 B
JavaScript
export const LIVE_PREVIEW_READY_MESSAGE_TYPE = 'livePreviewReady';
export const LIVE_PREVIEW_DOCSJSON_OVERRIDE_MESSAGE_TYPE = 'livePreviewDocsJsonOverride';
export const LIVE_PREVIEW_RESET_MESSAGE_TYPE = 'livePreviewReset';
export const LIVE_PREVIEW_URL_CHANGE_MESSAGE_TYPE = 'LIVE_PREVIEW_URL_CHANGE';
export const LIVE_PREVIEW_NAVIGATE_TO_URL_MESSAGE_TYPE = 'LIVE_PREVIEW_NAVIGATE_TO_URL';
export const LIVE_PREVIEW_COMPILED_CONTENT_UPDATE_MESSAGE_TYPE = 'livePreviewCompiledContentUpdate';
export const LIVE_PREVIEW_NAVIGATION_UPDATE_MESSAGE_TYPE = 'livePreviewNavigationUpdate';
export const LIVE_PREVIEW_REQUEST_CONTENT_MESSAGE_TYPE = 'livePreviewRequestContent';
export const LIVE_PREVIEW_CONTENT_UNAVAILABLE_MESSAGE_TYPE = 'livePreviewContentUnavailable';