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

    Interface PHPCard

    interface PHPCard {
        actions?: CardAction[];
        elements?: CardElement[];
        fallbackText: string;
        header?: string;
        image?: { alt: string; url: string };
        sections?: CardSection[];
        type: "card";
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions?: CardAction[]
    elements?: CardElement[]
    fallbackText: string
    header?: string
    image?: { alt: string; url: string }
    sections?: CardSection[]
    type: "card"