@coveo/headless
    Preparing search index...

    Interface Badge

    interface Badge {
        backgroundColor: string;
        iconUrl: string | null;
        text: string;
        textColor: string;
    }
    Index

    Properties

    backgroundColor: string
    iconUrl: string | null
    text: string
    textColor: string