MakeCode Embed
    Preparing search index...

    Interface TutorialStepInfo

    interface TutorialStepInfo {
        activity?: number;
        contentMd?: string;
        headerContentMd?: string;
        hintContentMd?: string;
        localBlockConfig?: TutorialBlockConfig;
        localValidationConfig?: CodeValidationConfig;
        resetDiff?: boolean;
        showDialog?: boolean;
        showHint?: boolean;
        title?: string;
        tutorialCompleted?: boolean;
    }
    Index
    activity?: number
    contentMd?: string
    headerContentMd?: string
    hintContentMd?: string
    localBlockConfig?: TutorialBlockConfig
    localValidationConfig?: CodeValidationConfig
    resetDiff?: boolean
    showDialog?: boolean
    showHint?: boolean
    title?: string
    tutorialCompleted?: boolean