Home > @infiniteobjects/shopify-data-manager > AdminTypes > BadgeType
The possible types for a badge.
Signature:
export declare enum BadgeType
| Member | Value | Description |
|---|---|---|
| Attention | "ATTENTION" |
This badge has type attention. |
| Default | "DEFAULT" |
This badge has type default. |
| Info | "INFO" |
This badge has type info. |
| Success | "SUCCESS" |
This badge has type success. |
| Warning | "WARNING" |
This badge has type warning. |