Skip to content

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

Class: UIEventState

Extended by

Constructors

new UIEventState()

new UIEventState(event): UIEventState

Parameters

event: Event

Returns

UIEventState

Source

packages/framework/block-std/src/event/base.ts:11

Properties

event

event: Event

Source

packages/framework/block-std/src/event/base.ts:11


type

type: string = 'defaultState'

when extends, override it with pattern xxxState

Source

packages/framework/block-std/src/event/base.ts:9