HostEventDescriptorDto
interfaceWhat `ctx.describeEvent(...)` returns: the shape and documentation of one host event.
Import
import { HostEventDescriptorDto } from '@modular/sdk/view';Members5
- id
stringThe event id, for example `'editor.selectionChanged'`.
- owner
{ id: string & $brand<'HostOwnerId'>; kind: 'host'; title: string } | { id: `${string}.${string}` & $brand<'ModId'>; kind: 'mod'; title: string }- schema
HostActionSchemaDto- sensitivity
'workspace' | 'private' | 'public' | 'secret'- stability
'internal' | 'experimental' | 'stable'
Notes
- category
- Context