Search Docs
Loading...
Skip to content

Type Alias: PositionFor

type PositionFor<A> = A extends "ly.img.canvas.bar" ? "top" | "bottom" : never;

Maps positional UI areas to their valid at values. Extend this type when adding new positional areas.

Type Parameters#

Type Parameter
A extends PositionalUIArea