Paths

Paths are used in the opening of components on the selected url.

Example of usage:

paths={{ editFormPath: '/edit' }}

Here is the path declaration. With this entry, it is possible to display the Edit component when declaring /edit.

Other custom paths can be implemented in the Interface UserProviderProps.

Last updated