Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Instance Property

parameters

A container containing the route parameters that were captured when receiving this request. Use this container to grab any non-static parameters from the URL, such as model IDs in a REST API.
let parameters: Parameters