Interface: ChoiceSelection
@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?
optionalselectedIndex:number|null
Defined in: src/types/spaces.ts:55
Selected alternative index (null if not yet selected).