interface CodeCard {
name?: string;
shortName?: string;
title?: string;
label?: string;
color?: string; // one of semantic ui colors
description?: string;
blocksXml?: string;
typeScript?: string;
imageUrl?: string;
youTubeId?: string;
buttonLabel?: string;
time?: number;
url?: string;
responsive?: boolean;
cardType?: "example" | "tutorial" | "project";
header?: string;
any?: number;
hardware?: number;
software?: number;
blocks?: number;
javascript?: number;
icon?: string;
iconColor?: string;
onClick?: (e: any) => void; // React event
target?: string;
className?: string;
}Expand file tree
/
Copy pathcodecard.md
More file actions
/
codecard.md
File metadata and controls
37 lines (31 loc) · 839 Bytes
Edit and raw actions