@univerjs-pro/collaboration-client v0.5.4
Class: CollaborationUIEventService
Defined in: packages/collaboration-client/src/services/collaboration-ui-event/collaboration-ui-event.ts:21
Constructors
new CollaborationUIEventService()
new CollaborationUIEventService(): CollaborationUIEventService
Returns
Properties
Property | Modifier | Type | Defined in |
---|---|---|---|
event$ | readonly | Observable <ICollaborationUIEvent > | packages/collaboration-client/src/services/collaboration-ui-event/collaboration-ui-event.ts:23 |
Methods
emitEvent()
emitEvent(event): void
Defined in: packages/collaboration-client/src/services/collaboration-ui-event/collaboration-ui-event.ts:25
Parameters
Parameter | Type |
---|---|
event | ICollaborationUIEvent |
Returns
void