Skip to content

Documentation / @expofp/floorplan / FloorPlanDetailsEvent

Interface: FloorPlanDetailsEvent ​

Properties ​

boothsNames ​

ts
boothsNames: string[];

externalId ​

ts
externalId: string;

id ​

ts
id: string;

name ​

ts
name: string;

routeInfo? ​

ts
optional routeInfo?: Record<string, unknown>;

type ​

ts
type: "exhibitor" | "booth" | "route" | "category";