type AnyUILocationOptions<A> = A extends "ly.img.canvas.bar" ? CanvasBarLocationOptions : UILocationOptions<A>;
Union type for location options that handles canvas bar’s special at requirement.
at
A
UIArea