Enode — API Reference
    Preparing search index...

    Type Alias WizardController

    type WizardController = {
        back: () => void;
        busy: boolean;
        canNext: boolean;
        current: WizardStep | undefined;
        goTo: (id: string) => void;
        index: number;
        isFirst: boolean;
        isLast: boolean;
        next: () => void;
        reset: () => void;
        steps: WizardStep[];
    }
    Index

    Properties

    back: () => void
    busy: boolean
    canNext: boolean
    current: WizardStep | undefined
    goTo: (id: string) => void
    index: number
    isFirst: boolean
    isLast: boolean
    next: () => void
    reset: () => void
    steps: WizardStep[]