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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
routes | readonly | readonly ChannelRoute[] | Ordered route table; first match wins. Must contain a catch-all default route. | packages/channels/src/router.ts:55 |