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

    Interface LinkButtonElement

    interface LinkButtonElement {
        label: string;
        style?: "primary" | "secondary" | "danger";
        type: "link_button";
        url: string;
    }
    Index

    Properties

    Properties

    label: string
    style?: "primary" | "secondary" | "danger"
    type: "link_button"
    url: string