Consider the following code from React Router. What do you call :id in the path prop?
<Route path="/:id" />
This is a route modal
This is a route link
This is a route parameter
This is a route splitter