CreateEvent | MakeCode Embed

Interface CreateEvent

interface CreateEvent {
    blockId: string;
    type: "create";
}

Properties

blockId type

Properties

blockId

blockId: string

type

type: "create"