ModularEventMap
interfaceImport
import { ModularEventMap } from '@modular/sdk/view';Members3
- editor.selectionChanged
EditorSelectionChangedEvent- host.action.didCommit
HostActionDidCommitEvent- multiplayer.presenceChanged
{ changedAt: string; docId: string; peers: ({ accountId: string; avatar: string | null; clientId: number; kind: 'human'; name: string } | { accountId: string; agent: { displayName: string; tool: string }; avatar: null; clientId: number; kind: 'agent'; name: string })[] }