Skip to content

BlockSuite API Documentation / @blocksuite/block-std / ViewUpdatePayload

Type Alias: ViewUpdatePayload

ViewUpdatePayload = { id: string; method: ViewUpdateMethod; type: "block"; view: BlockComponent; } | { id: string; method: ViewUpdateMethod; type: "widget"; view: WidgetComponent; }

Defined in: packages/framework/block-std/src/view/view-store.ts:8