interface CodeCard {
    actionIcon?: string;
    ariaLabel?: string;
    blocksXml?: string;
    buttonLabel?: string;
    buyUrl?: string;
    cardType?: CodeCardType;
    className?: string;
    color?: string;
    description?: string;
    directOpen?: boolean;
    editor?: CodeCardEditorType;
    extracontent?: string;
    feedbackUrl?: string;
    header?: string;
    icon?: string;
    iconColor?: string;
    iconContent?: string;
    imageUrl?: string;
    label?: string;
    labelClass?: string;
    labelIcon?: string;
    largeImageUrl?: string;
    learnMoreUrl?: string;
    name?: string;
    onClick?: (e: any) => void;
    onLabelClicked?: (e: any) => void;
    otherActions?: CodeCardAction[];
    projectId?: string;
    responsive?: boolean;
    role?: string;
    shortName?: string;
    style?: string;
    tabIndex?: number;
    tags?: string[];
    target?: string;
    time?: number;
    title?: string;
    tutorialLength?: number;
    tutorialStep?: number;
    typeScript?: string;
    url?: string;
    variant?: string;
    videoUrl?: string;
    youTubeId?: string;
    youTubePlaylistId?: string;
}

Properties

actionIcon?: string
ariaLabel?: string
blocksXml?: string
buttonLabel?: string
buyUrl?: string
cardType?: CodeCardType
className?: string
color?: string
description?: string
directOpen?: boolean
extracontent?: string
feedbackUrl?: string
header?: string
icon?: string
iconColor?: string
iconContent?: string
imageUrl?: string
label?: string
labelClass?: string
labelIcon?: string
largeImageUrl?: string
learnMoreUrl?: string
name?: string
onClick?: (e: any) => void
onLabelClicked?: (e: any) => void
otherActions?: CodeCardAction[]
projectId?: string
responsive?: boolean
role?: string
shortName?: string
style?: string
tabIndex?: number
tags?: string[]
target?: string
time?: number
title?: string
tutorialLength?: number
tutorialStep?: number
typeScript?: string
url?: string
variant?: string
videoUrl?: string
youTubeId?: string
youTubePlaylistId?: string