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

    Interface CardSection

    interface CardSection {
        fields?: CardField[];
        text?: string;
        type: "section";
    }
    Index

    Properties

    Properties

    fields?: CardField[]
    text?: string
    type: "section"