LogoRobo.js
Framework

CreateScopedPortal()

Type Alias: CreateScopedPortal()

type CreateScopedPortal = (pluginName, routes, namespace) => ScopedPortal;

Create a scoped portal for a plugin. Only includes routes defined by that plugin.

Parameters

ParameterType
pluginNamestring
routes{ name: string; singular: string; }[]
namespacestring

Returns

ScopedPortal

On this page