# Route Options

To set meta and props on your routes, simply use the available helpers:

Route.view('page', 'Page')
  .meta('key', value)
  .prop('key', value)
  .props({
    key: value,
    anotherKey: anotherValue
  })
Last Updated: 8/16/2020, 1:43:51 PM