`name` attribute of the `<solid-route>` that should be accessed when a `<solid-display>`, `<solid-map>` or `<solid-calendar>` element is clicked.
`name` attribute of the ``<solid-route>`` that should be accessed when a ``<solid-display>``, ``<solid-map>`` or ``<solid-calendar>`` element is clicked.
It can also be used to indicate the `name` attribute of the `<solid-route>` to reach after :
It can also be used to indicate the ``name`` attribute of the ``<solid-route>`` to reach after :
* a click on a `<solid-delete>` button (only after the resource is correctly deleted);
* a click on the submit button in a `<solid-form>` (only after the resource is correctly saved).
See the documentation of `<solid-router>` for more details.
* a click on a ``<solid-delete>`` button (only after the resource is correctly deleted);
* a click on the submit button in a ``<solid-form>`` (only after the resource is correctly saved).
See the documentation of ``<solid-router>`` for more details.