interface

AdminPluginRoute

interface AdminPluginRoute { ... }

A plugin route mounted beneath the authenticated admin layout.

Source packages/plugin/src/index.ts:69

pathstring
Relative route path; it must exactly match the compiled backend descriptor.
componentComponent<{}, {}, string>
Svelte route component rendered by the framework router.
navigationAdminPluginNavigation
Optional navigation entry; omit it for a route reachable only by links or redirects.

path is relative and must exactly match the route declared by the compiled backend descriptor. Omit navigation for link-only routes.

Methods