Search Docs
Loading...
Skip to content

Type Alias: AnyUILocationOptions

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.

Type Parameters#

Type ParameterDefault type
A extends UIAreaUIArea