item/started
An item opened on the transcript.
Parameters
Section titled “Parameters”Type: ItemStartedParams
item/started params: a new item opened on the transcript.
sourceRange is absent when the item opens on an ephemeral record (the
delta-streamed kinds); the item’s authoritative open is re-stated by its
durable-sourced item/completed.
| Field | Type | Stability | Presence | Description |
|---|---|---|---|---|
item |
Item | required | The full item at revision 1. | |
sessionId |
string |
required | The owning session. | |
sourceRange |
SourceRange | optional | The durable records this event folded from; absent on an ephemeral-sourced open. | |
viewCursor |
string |
required | Opaque, strictly monotonic view cursor. |
Source
schema/msp/experimental/msp.schema.json#/notifications/item~2Fstarted
{ "description": "An item opened on the transcript.", "params": { "$ref": "#/$defs/ItemStartedParams" }}