<PopupDefaultInsert />

Constructor

# <PopupDefaultInsert actions features loading onClose onSelectFeature onSettingsClick propertiesFilter selectedIdx selectInteraction translations onEdit />

PropTypes:
Name Type Required Description Default
actions union No components passed to render as actions
features array No array from which to select a feature []
loading bool No put ui into loading state
onClose func No callback fired when popup closed with x button () => {}
onSelectFeature func No fired whenever a new feature is selected () => {}
onSettingsClick func No callback fired if no children passed and default page settings cog is clicked
propertiesFilter func No filter properties displayed for a feature function()
selectedIdx number No index of currently selected page in popup
selectInteraction object Yes reference to openlayers select interaction which
translations shape No object with key/value pairs for translated strings function()
onEdit func No () => false

View Source Popup/PopupInsert/PopupDefaultInsert.js, line 31