Skip to content

Interface: ExpofpViewEvents

Defined in: types.ts:370

Events emitted by the ExpoFP View.

Properties

onBookmarkClick

onBookmarkClick: ExpofpViewEvent<ExpoFpBookmark>

Defined in: types.ts:374

Triggered when a bookmark is clicked.


onBoothClick

onBoothClick: ExpofpViewEvent<BoothClickArgs>

Defined in: types.ts:378

Triggered when a booth is clicked.


onCategoryClick

onCategoryClick: ExpofpViewEvent<ExpoFpCategory>

Defined in: types.ts:382

Triggered when a category is clicked.


onCurrentPositionChanged

onCurrentPositionChanged: ExpofpViewEvent<ExpoFpPosition>

Defined in: types.ts:390

Triggered when the current position changes.


onDetails

onDetails: ExpofpViewEvent<ExpoFpDetails>

Defined in: types.ts:394

Triggered when details are requested.


onDirection

onDirection: ExpofpViewEvent<ExpoFpDirection>

Defined in: types.ts:398

Triggered when a direction is requested.


onExhibitorCustomButtonClick

onExhibitorCustomButtonClick: ExpofpViewEvent<ExhibitorCustomButtonClickArgs>

Defined in: types.ts:402

Triggered when an exhibitor custom button is clicked.


onFloorActivated

onFloorActivated: ExpofpViewEvent<ExpoFpFloor>

Defined in: types.ts:386

Triggered when a floor is activated.


onVisitedClick

onVisitedClick: ExpofpViewEvent<VisitedClickArgs>

Defined in: types.ts:406

Triggered when a visited item is clicked.