Skip to main content

Interface: StepInfo

Defined in: packages/component-driver-mui-v6/src/components/StepperDriver.ts:3

Properties​

active​

active: boolean

Defined in: packages/component-driver-mui-v6/src/components/StepperDriver.ts:7

Whether this is the active step (MUI marks the label Mui-active).


completed​

completed: boolean

Defined in: packages/component-driver-mui-v6/src/components/StepperDriver.ts:9

Whether the step has been completed (Mui-completed).


disabled​

disabled: boolean

Defined in: packages/component-driver-mui-v6/src/components/StepperDriver.ts:11

Whether the step is disabled (Mui-disabled).


label​

label: Optional<string>

Defined in: packages/component-driver-mui-v6/src/components/StepperDriver.ts:5

The step's visible label.