Alokai

LivePreviewQuery

The Live Preview query captured from Contentstack. It contains the hash that identifies the current draft of an entry and has to be forwarded to the Middleware so it can fetch the previewed content instead of the published one.

interface LivePreviewQuery {
	live_preview: string;
}

Properties

NameRequiredTypeDescription
live_previewRequiredstring

On this page