PendingCommandSetOptions
The client-local pending-command set.
A client that never renders optimistically simply holds no entries and the fold degenerates to — that is a supported mode, not a degraded one.
Properties
Section titled “Properties”| Property | Type | Stability | Presence | Description |
|---|---|---|---|---|
discardedCommandIds |
Set<string> |
optional | Where discardEphemeral() records the ids it retired, and where every replay guard reads (“do not replay the session’s commandIds”). |
Source
clients/sdk-ts/src/pending/pending-command-set.ts:208
{ "kind": "Interface", "canonicalPath": "PendingCommandSetOptions"}