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

    Interface TextElement

    interface TextElement {
        content: string;
        style?: "plain" | "bold" | "muted";
        type: "text";
    }
    Index

    Properties

    Properties

    content: string
    style?: "plain" | "bold" | "muted"
    type: "text"