MCPcopy Index your code
hub / github.com/1Panel-dev/1Panel / StepOptions

Interface StepOptions

frontend/src/components/fu/steps/types.ts:1–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface StepOptions {
2 id?: string;
3 index: number;
4 beforeActive?: Function;
5 beforeLeave?: Function;
6 title?: string;
7 description?: string;
8 icon?: string;
9 status?: string;
10}
11
12export interface StepperOptions {
13 steps: StepOptions[];

Callers

nothing calls this directly

Implementers 1

Stepfrontend/src/components/fu/steps/Stepp

Calls

no outgoing calls

Tested by

no test coverage detected