Skip to main content

HostEventDescriptorDto

interface

What `ctx.describeEvent(...)` returns: the shape and documentation of one host event.

interface HostEventDescriptorDto

Import

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

Members5

id
string

The 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