Interface: ExpofpProps
Defined in: types.ts:118
Props for the ExpoFP component.
Extends
Partial<ExpofpViewSettings>.ExpofpPropsShared
Properties
debugEnabled?
optionaldebugEnabled:boolean
Defined in: types.ts:147
Debug mode for ExpoFP View.
Inherited from
Partial.debugEnabled
downloadedExpoKey?
optionaldownloadedExpoKey:string
Defined in: types.ts:135
Downloaded Expo key for ExpoFP View.
Inherited from
Partial.downloadedExpoKey
expoKey?
optionalexpoKey:string
Defined in: types.ts:139
Expo key for ExpoFP View.
Inherited from
Partial.expoKey
locationProvider?
optionallocationProvider:LocationProvider
Defined in: types.ts:128
Location provider for ExpoFP View.
NativeComponent?
optionalNativeComponent:NativeComponentType
Defined in: types.ts:124
Native component type for ExpoFP View.
onBookmarkClick?
optionalonBookmarkClick:ExpofpViewEvent<ExpoFpBookmark>
Defined in: types.ts:310
Triggered when a bookmark is clicked.
Inherited from
ExpofpViewEvents.onBookmarkClick
onBoothClick?
optionalonBoothClick:ExpofpViewEvent<BoothClickArgs>
Defined in: types.ts:314
Triggered when a booth is clicked.
Inherited from
onCategoryClick?
optionalonCategoryClick:ExpofpViewEvent<ExpoFpCategory>
Defined in: types.ts:318
Triggered when a category is clicked.
Inherited from
ExpofpViewEvents.onCategoryClick
onCurrentPositionChanged?
optionalonCurrentPositionChanged:ExpofpViewEvent<ExpoFpPosition>
Defined in: types.ts:326
Triggered when the current position changes.
Inherited from
ExpofpViewEvents.onCurrentPositionChanged
onDetails?
optionalonDetails:ExpofpViewEvent<ExpoFpDetails>
Defined in: types.ts:330
Triggered when details are requested.
Inherited from
onDirection?
optionalonDirection:ExpofpViewEvent<ExpoFpDirection>
Defined in: types.ts:334
Triggered when a direction is requested.
Inherited from
onExhibitorCustomButtonClick?
optionalonExhibitorCustomButtonClick:ExpofpViewEvent<ExhibitorCustomButtonClickArgs>
Defined in: types.ts:338
Triggered when an exhibitor custom button is clicked.
Inherited from
ExpofpViewEvents.onExhibitorCustomButtonClick
onFloorActivated?
optionalonFloorActivated:ExpofpViewEvent<ExpoFpFloor>
Defined in: types.ts:322
Triggered when a floor is activated.
Inherited from
ExpofpViewEvents.onFloorActivated
onPlanStatus?
optionalonPlanStatus:ExpofpViewEvent<unknown>
Defined in: types.ts:86
Plan status callback for ExpoFP View.
Inherited from
ExpofpPropsShared.onPlanStatus
onVisitedClick?
optionalonVisitedClick:ExpofpViewEvent<VisitedClickArgs>
Defined in: types.ts:342
Triggered when a visited item is clicked.
Inherited from
ExpofpViewEvents.onVisitedClick
params?
optionalparams:object
Defined in: types.ts:143
Parameters for ExpoFP View.
Index Signature
[key: string]: string | undefined
Inherited from
Partial.params
preloadedPlanId?
optionalpreloadedPlanId:string
Defined in: types.ts:82
Preloaded plan ID for ExpoFP View.
Inherited from
ExpofpPropsShared.preloadedPlanId
ref?
optionalref:Ref<ExpofpViewMethods>
Defined in: types.ts:74
Reference to the ExpoFP View methods.
Inherited from
ExpofpPropsShared.ref
style?
optionalstyle:ViewStyle
Defined in: types.ts:78
Style for the ExpoFP View.
Inherited from
ExpofpPropsShared.style