You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using optional properties, those properties disappear from the docs:
/** * Options to declare a single route * * @typedef RouteConfig * @type {object} * @property {string} path URI of the route * @property {string} [name] name of the route */
The property name isn't displayed on the docs
The text was updated successfully, but these errors were encountered:
When using optional properties, those properties disappear from the docs:
The property
name
isn't displayed on the docsThe text was updated successfully, but these errors were encountered: