Skip to content

BlockSuite API Documentation / @blocksuite/store / BlockOptions

Type Alias: BlockOptions

BlockOptions: object

Type declaration

onChange()?

optional onChange: (block, key, value) => void

Parameters

block

Block

key

string

value

unknown

Returns

void

Defined in

packages/framework/store/src/store/doc/block/types.ts:12