What is the Name property in Ionic Deeplinker do

I am using the DeepLinker in ionic as seen here.

Take the following example

  { component: HomePage, name: 'Home', segment: 'home' }

What does the name Property do here?