frontend
    Preparing search index...

    Props for the TutorialWrapper component.

    interface TutorialWrapperProps {
        children: ReactNode;
        gameName: string;
        steps: TutorialStep[];
    }
    Index

    Properties

    children: ReactNode

    Child elements rendered inside the tutorial context.

    gameName: string

    Game identifier used for i18n namespace and tutorial localStorage key.

    steps: TutorialStep[]

    Ordered list of tutorial steps for this game.