Skip to main content
type Edge = "top" | "leading" | "bottom" | "trailing" | "horizontal" | "vertical" | "all";

Values

Individual Edges

top
string
The top edge of the view.
leading
string
The leading edge (left in left-to-right languages, right in right-to-left languages).
bottom
string
The bottom edge of the view.
trailing
string
The trailing edge (right in left-to-right languages, left in right-to-left languages).

Edge Groups

horizontal
string
Both leading and trailing edges (left and right sides).
vertical
string
Both top and bottom edges.
all
string
All four edges (top, leading, bottom, trailing).