Route
TypeSource
Route = Sequence[str | int | Sequence[str | int]]
Route
is a Union
of str
, int
, and Sequence[str | int]
.
Route
is used for annotating the route (also called keyPath
) returned from the
selected_path
property of the component.