Skip to content

Type Alias: ControlSurfaceEntry

ControlSurfaceEntry = { description?: string; kind: "control"; loc?: string; meta: ControlMeta<unknown>; name: string; scope?: string; value: unknown; } | { description?: string; kind: "action"; loc?: string; name: string; params?: Record<string, string>; scope?: string; }

Defined in: control.ts:117

A snapshot entry of the control surface (see controlSurface).