object

ActionPageDetail

Page routing configuration with navigation parameters and query filters.
Fields
params
JSON
URL path parameters for dynamic routing, e.g. {'slug': 'nike', 'category': 'shoes'}.
query
JSON
Query parameters for filtering and search, e.g. {'brand': ['mothercare'], 'category': ['baby-products']}.
type
String
Target page type for navigation, e.g. 'products', 'product', 'category', 'brand', 'collection'.