Skip to main content

ModularEventMap

interface
interface ModularEventMap

Import

import { ModularEventMap } from '@modular/sdk';

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 })[] }