Wasm Directoryalpha
Record

session-mode

Session modes

record session-mode {
  id: session-mode-id,
  name: string,
  description: option​<string>,
  provided-by: component-source,
}

Fields

NameTypeDescription
idsession-mode-idStable identifier for this mode.
namestringHuman-readable display name.
descriptionoption​<string>Optional longer description.
provided-bycomponent-sourceWhich 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.