BlockSuite API Documentation / @blocksuite/block-std / UIEventHandler
Type Alias: UIEventHandler()
UIEventHandler = (
context
) =>boolean
|null
|undefined
|void
Defined in: packages/framework/block-std/src/event/base.ts:52
Parameters
context
Returns
boolean
| null
| undefined
| void