object

PageRoutePredicate

Predicate related to route conditions.
Fields
exact_url
String
The exact URL for the route when 'selected' is set to 'exact'.
query
JSON
An object representing query parameters for the route when 'selected' is set to 'query'.
selected
SelectedType
Specifies the type of route selection, which can be 'none', 'exact', or 'query'.