@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Type Alias StepOutcome<V>

    StepOutcome: { kind: "value"; value: V } | { kind: "back" } | { kind: "cancel" }

    What a step resolved to: a value (the user accepted a choice/input), a request to go back one step, or a cancellation (Escape / lost focus).

    Type Parameters

    • V