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 |