Skip to content

Interface: ExpofpViewEvents

Defined in: types.ts:306

Events emitted by the ExpoFP View.

Properties

onBookmarkClick

onBookmarkClick: ExpofpViewEvent<ExpoFpBookmark>

Defined in: types.ts:310

Triggered when a bookmark is clicked.


onBoothClick

onBoothClick: ExpofpViewEvent<BoothClickArgs>

Defined in: types.ts:314

Triggered when a booth is clicked.


onCategoryClick

onCategoryClick: ExpofpViewEvent<ExpoFpCategory>

Defined in: types.ts:318

Triggered when a category is clicked.


onCurrentPositionChanged

onCurrentPositionChanged: ExpofpViewEvent<ExpoFpPosition>

Defined in: types.ts:326

Triggered when the current position changes.


onDetails

onDetails: ExpofpViewEvent<ExpoFpDetails>

Defined in: types.ts:330

Triggered when details are requested.


onDirection

onDirection: ExpofpViewEvent<ExpoFpDirection>

Defined in: types.ts:334

Triggered when a direction is requested.


onExhibitorCustomButtonClick

onExhibitorCustomButtonClick: ExpofpViewEvent<ExhibitorCustomButtonClickArgs>

Defined in: types.ts:338

Triggered when an exhibitor custom button is clicked.


onFloorActivated

onFloorActivated: ExpofpViewEvent<ExpoFpFloor>

Defined in: types.ts:322

Triggered when a floor is activated.


onVisitedClick

onVisitedClick: ExpofpViewEvent<VisitedClickArgs>

Defined in: types.ts:342

Triggered when a visited item is clicked.