spatial-monorepo / wayfinding/src / PortalPairConnection
Interface: PortalPairConnection
Defined in: packages/wayfinding/src/grid-types.ts:346
One directional, proximity-matched portal pair reaching an adjacent floor — same vertical category on both ends (a structural-match requirement carried over from the legacy graph engine). a is the portal on the "from" level of this connection, b on the "to" level.
Properties
a
a:
GridPortal
Defined in: packages/wayfinding/src/grid-types.ts:347
b
b:
GridPortal
Defined in: packages/wayfinding/src/grid-types.ts:348
category
category:
VerticalCategory
Defined in: packages/wayfinding/src/grid-types.ts:349
crossBuilding
crossBuilding:
boolean
Defined in: packages/wayfinding/src/grid-types.ts:351
True when a and b's levels each declare at least one IMDF building id and share none.
