BlockSuite API Documentation / @blocksuite/inline / EventService
Class: EventService<TextAttributes>
Type Parameters
• TextAttributes extends BaseTextAttributes
Constructors
new EventService()
new EventService<
TextAttributes>(editor):EventService<TextAttributes>
Parameters
editor
InlineEditor<TextAttributes>
Returns
EventService<TextAttributes>
Defined in
packages/framework/inline/src/services/event.ts:371
Properties
editor
readonlyeditor:InlineEditor<TextAttributes>
Defined in
packages/framework/inline/src/services/event.ts:371
Accessors
isComposing
Get Signature
get isComposing():
boolean
Returns
boolean
Defined in
packages/framework/inline/src/services/event.ts:367
Methods
mount()
mount():
void
Returns
void
Defined in
packages/framework/inline/src/services/event.ts:320