Skip to content

Interface: ChoiceSelection

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Spaces / ChoiceSelection

Interface: ChoiceSelection

Defined in: src/types/spaces.ts:51

A choice made at a choice point.

Properties

description

description: string

Defined in: src/types/spaces.ts:53

Description of the choice point.


selectedIndex?

optional selectedIndex: number | null

Defined in: src/types/spaces.ts:55

Selected alternative index (null if not yet selected).