Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/core / / Ephemeral
Interface: Ephemeral<T>
Defined in: packages/core/src/channels/channels.ts:114
Value scoped to a single execution step — discarded when the step ends.
Stable
Type Parameters
| Type Parameter | Default type |
|---|---|
T | unknown |
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
default? | readonly | T | packages/core/src/channels/channels.ts:116 |
kind | readonly | "ephemeral" | packages/core/src/channels/channels.ts:115 |