Interface: ExpofpViewEvents
Defined in: types.ts:380
Events emitted by the ExpoFP View.
Properties
onBookmarkClick
onBookmarkClick:
ExpofpViewEvent<ExpoFpBookmark>
Defined in: types.ts:384
Triggered when a bookmark is clicked.
onBoothClick
onBoothClick:
ExpofpViewEvent<BoothClickArgs>
Defined in: types.ts:388
Triggered when a booth is clicked.
onCategoryClick
onCategoryClick:
ExpofpViewEvent<ExpoFpCategory>
Defined in: types.ts:392
Triggered when a category is clicked.
onConsoleMessage
onConsoleMessage:
ExpofpViewEvent<ExpoFpConsoleMessage>
Defined in: types.ts:424
Triggered when the underlying WebView emits a console message.
onCurrentPositionChanged
onCurrentPositionChanged:
ExpofpViewEvent<ExpoFpPosition>
Defined in: types.ts:400
Triggered when the current position changes.
onDetails
onDetails:
ExpofpViewEvent<ExpoFpDetails>
Defined in: types.ts:404
Triggered when details are requested.
onDirection
onDirection:
ExpofpViewEvent<ExpoFpDirection>
Defined in: types.ts:408
Triggered when a direction is requested.
onExhibitorCustomButtonClick
onExhibitorCustomButtonClick:
ExpofpViewEvent<ExhibitorCustomButtonClickArgs>
Defined in: types.ts:412
Triggered when an exhibitor custom button is clicked.
onFloorActivated
onFloorActivated:
ExpofpViewEvent<ExpoFpFloor>
Defined in: types.ts:396
Triggered when a floor is activated.
onVisitedClick
onVisitedClick:
ExpofpViewEvent<VisitedClickArgs>
Defined in: types.ts:416
Triggered when a visited item is clicked.
onWindowError
onWindowError:
ExpofpViewEvent<ExpoFpWindowError>
Defined in: types.ts:420
Triggered when the underlying WebView reports a window-level JS error.