Skip to content

Documentation / @expofp/floorplan / FloorPlanDirectionEndpoint

Interface: FloorPlanDirectionEndpoint ​

A route endpoint as the direction event reports it. A booth carries its own layer and external id; a point picked on the map (the blue dot, a kiosk anchor) carries the layer name it snapped to, so both fields read as optional here.

Properties ​

externalId? ​

ts
optional externalId?: string;

id ​

ts
id: number;

layer ​

ts
layer: object;

description? ​

ts
optional description?: string;

name? ​

ts
optional name?: string;

name ​

ts
name: string;