Skip to content

BlockSuite API Documentation / @blocksuite/store / ProxyOptions

Type Alias: ProxyOptions<T>

ProxyOptions<T>: object

Type Parameters

T

Type declaration

onChange()?

optional onChange: (data) => void

Parameters

data: T

Returns

void

Defined in

packages/framework/store/src/reactive/proxy.ts:12