Interface StartActivityOptions

interface StartActivityOptions {
    activityType: "tutorial" | "example" | "recipe";
    carryoverPreviousCode?: boolean;
    path: string;
    previousProjectHeaderId?: string;
    title?: string;
}

Properties

activityType: "tutorial" | "example" | "recipe"
carryoverPreviousCode?: boolean
path: string
previousProjectHeaderId?: string
title?: string