LogoRobo.js
Packages@robojs/server

ResolvedPluginRoute

Interface: ResolvedPluginRoute

Resolved plugin route configuration with normalized prefixes and asset info.

Properties

PropertyTypeDescription
apiPrefixstringAPI route prefix (null if no prefix)
exclusivebooleanWhether routes are exclusive to the prefix (default: true)
namestringPlugin package name
publicDirstringPath to plugin's public directory (null if none exists)
staticPrefixstringStatic asset prefix (null if no prefix)

On this page