Framework
PortalRouteConfig
Route configuration from manifest.
| Property | Type | Description |
|---|
controller? | { factory: string; } | Controller factory path (e.g., 'plugin-path#factoryName') |
controller.factory? | string | - |
multiple? | boolean | Whether this route supports multiple handlers per key (like events) |
singular? | string | Singular accessor name (e.g., 'command' for 'commands' route) |