type AnyUILocationOptions<A> = A extends "ly.img.canvas.bar" ? CanvasBarLocationOptions : A extends "ly.img.dock" ? DockLocationOptions : UILocationOptions<A>;Union type for location options. Resolves to the appropriate options type based on area-specific requirements.
Type Parameters#
| Type Parameter | Default type |
|---|---|
A extends UIArea | UIArea |