Skip to content

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

UIEventStateContext

Returns

boolean | null | undefined | void