MakeCode Embed
    Preparing search index...

    Interface CodeCardAction

    interface CodeCardAction {
        cardType?: CodeCardType;
        editor?: CodeCardEditorType;
        url: string;
    }
    Index
    cardType?: CodeCardType
    url: string