hacifootprint
hcifootprintInterfaces

Journey

Interface: Journey

Defined in: src/atom/types.ts:840

One compiled journey: JourneySpec with the id it is filed under.

Extends

Properties

description

description: string

Defined in: src/atom/types.ts:539

AUTHORED planner-facing text (same string class as affordance descriptions).

Inherited from

JourneySpec.description


id

id: string

Defined in: src/atom/types.ts:841


precondition?

optional precondition?: WhereFilter<Record<string, unknown>>

Defined in: src/atom/types.ts:542

Inherited from

JourneySpec.precondition


steps

steps: string[]

Defined in: src/atom/types.ts:541

Affordance ids, in canonical order. v0: linear; step-DAG is roadmap.

Inherited from

JourneySpec.steps

On this page