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;
}

Properties

activity?: number
contentMd?: string
headerContentMd?: string
hintContentMd?: string
localBlockConfig?: TutorialBlockConfig
localValidationConfig?: CodeValidationConfig
resetDiff?: boolean
showDialog?: boolean
showHint?: boolean
title?: string
tutorialCompleted?: boolean