LookAroundBadgePosition
Values that control the positions of a badge on a Look Around preview.
Declaration
const LookAroundBadgePosition: Readonly<{
readonly TopLeading: "topLeading";
readonly TopTrailing: "topTrailing";
readonly BottomTrailing: "bottomTrailing";
}>