Skip to main content

Type Alias: StepperConfiguration

StepperConfiguration = object

Defined in: lib/layout/Stepper.tsx:32

Configuration for the entire stepper component.

Properties

endRoute

endRoute: string | null

Defined in: lib/layout/Stepper.tsx:40

The final route to end at


locked?

optional locked: boolean

Defined in: lib/layout/Stepper.tsx:44

Whether the entire stepper is locked


maxReachedStep

maxReachedStep: number

Defined in: lib/layout/Stepper.tsx:42

The highest step index reached so far


rawLabels

rawLabels: boolean

Defined in: lib/layout/Stepper.tsx:34

Whether to use raw (untranslated) labels


startRoute

startRoute: string | null

Defined in: lib/layout/Stepper.tsx:36

The initial route to start from


steps

steps: stepConfig[]

Defined in: lib/layout/Stepper.tsx:38

Array of step configurations