Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/core / / ProactiveOutcomeOption
Interface: ProactiveOutcomeOption
Defined in: packages/core/src/types/proactive.ts:73
One choice offered to the user alongside a question / review outcome. Mirrors the channel SPI's delivery-question option shape ({ label, value }) so a messenger keyboard renders it directly.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
label | readonly | string | Human-readable button label. | packages/core/src/types/proactive.ts:75 |
value | readonly | string | Opaque value posted back on selection. | packages/core/src/types/proactive.ts:77 |