Options
All
  • Public
  • Public/Protected
  • All
Menu

Module types/Choice

Type aliases

Type aliases

Choice

Choice: object

The elemental building block of every Story.

Type declaration

  • axes: string[]

    How should the user's reaction to this Choice be measured?

  • id: string

    How is this Choice uniquely identified within a Story?.

  • onRender: Scribe

    How should this Choice be presented to the user?

  • results: Result[]

    Which outcomes can Result from this Choice?

Generated using TypeDoc