Position
configurationSpecifies position of the badge relative to the edge of the container. Valid options are:
inline: positions the badge inside the container, next to the text.edge: the center of the badge is positioned on the edge of the container.inside: the badge is entirely positioned inside the container.outside: the badge is entirely positioned oustide the container.
Note: position configuration, other than inline, requires the badge to be aligned. See align for more details.
position
StringDefault: 'inline'