Skip to main content

ModularEventId

type

The id of a host event you can subscribe to with `ctx.on(...)`, for example `'editor.selectionChanged'`.

type ModularEventId = keyof ModularEventMap & string

Import

import { ModularEventId } from '@modular/sdk/view';

Notes

category
Context