Skip to content

Interface: ExpofpViewEvents

Defined in: types.ts:375

Events emitted by the ExpoFP View.

Properties

onBookmarkClick

onBookmarkClick: ExpofpViewEvent<ExpoFpBookmark>

Defined in: types.ts:379

Triggered when a bookmark is clicked.


onBoothClick

onBoothClick: ExpofpViewEvent<BoothClickArgs>

Defined in: types.ts:383

Triggered when a booth is clicked.


onCategoryClick

onCategoryClick: ExpofpViewEvent<ExpoFpCategory>

Defined in: types.ts:387

Triggered when a category is clicked.


onConsoleMessage

onConsoleMessage: ExpofpViewEvent<ExpoFpConsoleMessage>

Defined in: types.ts:419

Triggered when the underlying WebView emits a console message.


onCurrentPositionChanged

onCurrentPositionChanged: ExpofpViewEvent<ExpoFpPosition>

Defined in: types.ts:395

Triggered when the current position changes.


onDetails

onDetails: ExpofpViewEvent<ExpoFpDetails>

Defined in: types.ts:399

Triggered when details are requested.


onDirection

onDirection: ExpofpViewEvent<ExpoFpDirection>

Defined in: types.ts:403

Triggered when a direction is requested.


onExhibitorCustomButtonClick

onExhibitorCustomButtonClick: ExpofpViewEvent<ExhibitorCustomButtonClickArgs>

Defined in: types.ts:407

Triggered when an exhibitor custom button is clicked.


onFloorActivated

onFloorActivated: ExpofpViewEvent<ExpoFpFloor>

Defined in: types.ts:391

Triggered when a floor is activated.


onVisitedClick

onVisitedClick: ExpofpViewEvent<VisitedClickArgs>

Defined in: types.ts:411

Triggered when a visited item is clicked.


onWindowError

onWindowError: ExpofpViewEvent<ExpoFpWindowError>

Defined in: types.ts:415

Triggered when the underlying WebView reports a window-level JS error.