next-mixin

The next-mixin provides the ability to precise the componant or the page to display after an action.

Used by:

Attributes

next

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 :

  • 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.