Skip to content

Documentation / @expofp/floorplan / FloorPlanCustomButtonEvent

Interface: FloorPlanCustomButtonEvent ​

Properties ​

buttonNumber ​

ts
buttonNumber: number;

buttonUrl ​

ts
buttonUrl: string;

externalId ​

ts
externalId: string;

preventDefault ​

ts
preventDefault: () => void;

Returns ​

void