Skip to main content
Version: 57.2.0

updateRealtimeRegistryOptions

updateRealtimeRegistryOptions(routePath, options): void

Replace options on an existing registry entry (e.g. after TerrenoApp injects accessControl). Matches by routePath; no-op if the route was never registered.

Parameters

routePath

string

options

ModelRouterOptions<unknown>

Returns

void