OnMapInteractionsOptions
The options for which parts of the Felt UI can be shown when interacting with features and elements on the map.
Switching these off can be useful if you add your own click, selection or hover handlers for features and elements.
Properties
featureSelectPanel?
optionalfeatureSelectPanel:boolean
Set this to false to prevent the panel that shows information about a selected
feature from being shown.
featureHoverPanel?
optionalfeatureHoverPanel:boolean
Set this to false to prevent the panel that shows information about a hovered
feature from being shown.
elementSelectPanel?
optionalelementSelectPanel:boolean
Set this to false to prevent the panel that shows information about a selected
element from being shown.
linkClickOpen?
optionallinkClickOpen:boolean
Set this to false to prevent clicking on a map link element from opening that link
in a new tab or window.
imageLightboxOpen?
optionalimageLightboxOpen:boolean
Set this to false to prevent clicking on an image element from opening the image
in a lightbox.
Last updated
Was this helpful?