Member Junction
    Preparing search index...

    Badge display configuration

    interface BadgeConfig {
        animate?: boolean;
        count?: number;
        priority?: NotificationPriority;
        show: boolean;
        type?: "count" | "dot" | "pulse" | "new";
    }
    Index

    Properties

    animate?: boolean
    count?: number
    show: boolean
    type?: "count" | "dot" | "pulse" | "new"