/** * The possible position of the badge on an icon. * * @export * @enum {number} */ export enum MPBadgePosition { bottomLeft, bottomRight, topLeft, topRight, }