Search Docs
Loading...
Skip to content

Type Alias: AnyUILocationOptions

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 ParameterDefault type
A extends UIAreaUIArea