/** * The possible position of the label, anchored on the icon. * * @export * @enum {number} */ export enum MPLabelPosition { left, top, bottom, right }