Skip to main content
type Edge = "top" | "leading" | "bottom" | "trailing" | "horizontal" | "vertical" | "all";
top
string
The top edge of the view.
leading
string
The leading edge (left in LTR, right in RTL).
bottom
string
The bottom edge of the view.
trailing
string
The trailing edge (right in LTR, left in RTL).
horizontal
string
Both leading and trailing edges.
vertical
string
Both top and bottom edges.
all
string
All four edges.