Skip to content

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

PropertyModifierTypeDescriptionDefined in
labelreadonlystringHuman-readable button label.packages/core/src/types/proactive.ts:75
valuereadonlystringOpaque value posted back on selection.packages/core/src/types/proactive.ts:77