Record
session-mode
Session modes
record session-mode {
id: session-mode-id,
name: string,
description: option<string>,
provided-by: component-source,
}Fields
| Name | Type | Description |
|---|---|---|
| id | session-mode-id | Stable identifier for this mode. |
| name | string | Human-readable display name. |
| description | option<string> | Optional longer description. |
| provided-by | component-source | Which component contributed this mode. Layers that synthesize new modes set this to their own component id; layers forwarding downstream entries pass it through unchanged. Providers set it to their own component id. |