Skip to content

API > @blocksuite/store > SliceSnapshot

Type alias: SliceSnapshot ​

SliceSnapshot: object

Type declaration ​

blockVersions ​

blockVersions: Record< string, number >


content ​

content: BlockSnapshot[]


pageId ​

pageId: string


pageVersion ​

pageVersion: number


type ​

type: "slice"


workspaceId ​

workspaceId: string


workspaceVersion ​

workspaceVersion: number

Defined In ​

packages/store/src/transformer/type.ts:21