interface
RiduLivePreviewUpdateMessage
interface RiduLivePreviewUpdateMessage<Data extends object> { ... }One sequenced preview update accepted from the admin.
Source packages/sdk/src/index.ts:11
type"ridu-live-preview"- The type value.
channelstring- The channel value.
sequencenumber- The sequence value.
resource"collection" | "global"- The resource value.
slugstring- The slug value.
collectionstring- The collection value.
idstring- The id value.
dataData- The data value.