JME - Application Documentation
    Preparing search index...
    interface TutorialOverlayProps {
        currentStep: TutorialStep | null;
        highlightRect: DOMRect | null;
        onNext: () => void;
        onSkip: () => void;
        stepIndex: number;
        totalSteps: number;
    }
    Index

    Properties

    currentStep: TutorialStep | null
    highlightRect: DOMRect | null
    onNext: () => void
    onSkip: () => void
    stepIndex: number
    totalSteps: number