EditorShareOptions | MakeCode Embed

Interface EditorShareOptions

interface EditorShareOptions {
    headerId: string;
    projectName: string;
}

Properties

headerId projectName

Properties

headerId

headerId: string

projectName

projectName: string