@bootdesk/js-web-adapter-core
    Preparing search index...

    Interface CardAction

    interface CardAction {
        href?: string;
        id: string;
        label: string;
        style?: "primary" | "secondary" | "danger";
        type: "button";
        value?: string;
    }
    Index

    Properties

    href?: string
    id: string
    label: string
    style?: "primary" | "secondary" | "danger"
    type: "button"
    value?: string