Skip to content

Interface: GlobalAssignResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Control / GlobalAssignResponse

Interface: GlobalAssignResponse

Defined in: src/types/control.ts:68

Response from global assignment.

Properties

previousValue?

optional previousValue: AssignValueDto | null

Defined in: src/types/control.ts:70

Previous value (if any).


variableName

variableName: string

Defined in: src/types/control.ts:72

Variable name that was assigned.