ModularEventId
typeThe id of a host event you can subscribe to with `ctx.on(...)`, for example `'editor.selectionChanged'`.
Import
import { ModularEventId } from '@modular/sdk/view';Notes
- category
- Context
The id of a host event you can subscribe to with `ctx.on(...)`, for example `'editor.selectionChanged'`.