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 |
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 Parameter |
|---|
A extends PositionalUIArea |