arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

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.

hashtag
Properties

hashtag
featureSelectPanel?

optional featureSelectPanel: boolean

Set this to false to prevent the panel that shows information about a selected feature from being shown.


hashtag
featureHoverPanel?

optional featureHoverPanel: boolean

Set this to false to prevent the panel that shows information about a hovered feature from being shown.


hashtag
elementSelectPanel?

optional elementSelectPanel: boolean

Set this to false to prevent the panel that shows information about a selected element from being shown.


hashtag
linkClickOpen?

optional linkClickOpen: boolean

Set this to false to prevent clicking on a map link element from opening that link in a new tab or window.


hashtag
imageLightboxOpen?

optional imageLightboxOpen: boolean

Set this to false to prevent clicking on an image element from opening the image in a lightbox.