LogoRobo.js
Framework

PortalRouteConfig

Interface: PortalRouteConfig

Route configuration from manifest.

Properties

PropertyTypeDescription
controller?{ factory: string; }Controller factory path (e.g., 'plugin-path#factoryName')
controller.factory?string-
multiple?booleanWhether this route supports multiple handlers per key (like events)
singular?stringSingular accessor name (e.g., 'command' for 'commands' route)

On this page