Embedded analytics SDK API
    Preparing search index...

    Type Alias MetabotErrorMessage

    type MetabotErrorMessage = {
        message: string;
        type: "message" | "alert" | "locked";
    }
    Index

    Properties

    Properties

    message: string
    type: "message" | "alert" | "locked"

    "alert" renders with a warning icon and error color; "message" renders as plain text.