Interface ActionCardTag

interface ActionCardTag {
    actions: ButtonCardTag[];
    layout: "bisected";
    tag: "action";
}

Properties

Properties

actions: ButtonCardTag[]
layout: "bisected"
tag: "action"

Generated using TypeDoc