Skip to content

Interface: ExpofpProps

Defined in: types.ts:118

Props for the ExpoFP component.

Extends

  • Partial<ExpofpViewSettings>.ExpofpPropsShared

Properties

debugEnabled?

optional debugEnabled: boolean

Defined in: types.ts:147

Debug mode for ExpoFP View.

Inherited from

Partial.debugEnabled


downloadedExpoKey?

optional downloadedExpoKey: string

Defined in: types.ts:135

Downloaded Expo key for ExpoFP View.

Inherited from

Partial.downloadedExpoKey


expoKey?

optional expoKey: string

Defined in: types.ts:139

Expo key for ExpoFP View.

Inherited from

Partial.expoKey


locationProvider?

optional locationProvider: LocationProvider

Defined in: types.ts:128

Location provider for ExpoFP View.


NativeComponent?

optional NativeComponent: NativeComponentType

Defined in: types.ts:124

Native component type for ExpoFP View.


onBookmarkClick?

optional onBookmarkClick: ExpofpViewEvent<ExpoFpBookmark>

Defined in: types.ts:310

Triggered when a bookmark is clicked.

Inherited from

ExpofpViewEvents.onBookmarkClick


onBoothClick?

optional onBoothClick: ExpofpViewEvent<BoothClickArgs>

Defined in: types.ts:314

Triggered when a booth is clicked.

Inherited from

ExpofpViewEvents.onBoothClick


onCategoryClick?

optional onCategoryClick: ExpofpViewEvent<ExpoFpCategory>

Defined in: types.ts:318

Triggered when a category is clicked.

Inherited from

ExpofpViewEvents.onCategoryClick


onCurrentPositionChanged?

optional onCurrentPositionChanged: ExpofpViewEvent<ExpoFpPosition>

Defined in: types.ts:326

Triggered when the current position changes.

Inherited from

ExpofpViewEvents.onCurrentPositionChanged


onDetails?

optional onDetails: ExpofpViewEvent<ExpoFpDetails>

Defined in: types.ts:330

Triggered when details are requested.

Inherited from

ExpofpViewEvents.onDetails


onDirection?

optional onDirection: ExpofpViewEvent<ExpoFpDirection>

Defined in: types.ts:334

Triggered when a direction is requested.

Inherited from

ExpofpViewEvents.onDirection


onExhibitorCustomButtonClick?

optional onExhibitorCustomButtonClick: ExpofpViewEvent<ExhibitorCustomButtonClickArgs>

Defined in: types.ts:338

Triggered when an exhibitor custom button is clicked.

Inherited from

ExpofpViewEvents.onExhibitorCustomButtonClick


onFloorActivated?

optional onFloorActivated: ExpofpViewEvent<ExpoFpFloor>

Defined in: types.ts:322

Triggered when a floor is activated.

Inherited from

ExpofpViewEvents.onFloorActivated


onPlanStatus?

optional onPlanStatus: ExpofpViewEvent<unknown>

Defined in: types.ts:86

Plan status callback for ExpoFP View.

Inherited from

ExpofpPropsShared.onPlanStatus


onVisitedClick?

optional onVisitedClick: ExpofpViewEvent<VisitedClickArgs>

Defined in: types.ts:342

Triggered when a visited item is clicked.

Inherited from

ExpofpViewEvents.onVisitedClick


params?

optional params: object

Defined in: types.ts:143

Parameters for ExpoFP View.

Index Signature

[key: string]: string | undefined

Inherited from

Partial.params


preloadedPlanId?

optional preloadedPlanId: string

Defined in: types.ts:82

Preloaded plan ID for ExpoFP View.

Inherited from

ExpofpPropsShared.preloadedPlanId


ref?

optional ref: Ref<ExpofpViewMethods>

Defined in: types.ts:74

Reference to the ExpoFP View methods.

Inherited from

ExpofpPropsShared.ref


style?

optional style: ViewStyle

Defined in: types.ts:78

Style for the ExpoFP View.

Inherited from

ExpofpPropsShared.style