StartActivityOptions | MakeCode Embed
Interface StartActivityOptions
interface StartActivityOptions {
activityType: "tutorial" | "example" | "recipe";
carryoverPreviousCode?: boolean;
path: string;
previousProjectHeaderId?: string;
title?: string;
}
Index
Properties
activity