Skip to content

Graphorin API reference v0.8.0


Graphorin API reference / @graphorin/channels / / IdentityRouterOptions

Interface: IdentityRouterOptions

Defined in: packages/channels/src/router.ts:53

Options for createIdentityRouter.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
routesreadonlyreadonly ChannelRoute[]Ordered route table; first match wins. Must contain a catch-all default route.packages/channels/src/router.ts:55