NextGIS Frontend
Preparing search index...
@nextgis/ngw-map
PopupOptions
Interface PopupOptions<F, L>
interface
PopupOptions
<
F
extends
Feature
=
Feature
,
L
=
any
>
{
autoPan
?:
boolean
;
closeButton
?:
boolean
;
createPopupContent
?:
CreatePopupContent
<
F
,
L
>
;
fromProperties
?:
boolean
;
maxWidth
?:
number
;
minWidth
?:
number
;
popupContent
?:
string
|
HTMLElement
;
unselectOnClose
?:
boolean
;
}
Type Parameters
F
extends
Feature
=
Feature
L
=
any
Index
Properties
auto
Pan?
close
Button?
create
Popup
Content?
from
Properties?
max
Width?
min
Width?
popup
Content?
unselect
On
Close?
Properties
Optional
auto
Pan
autoPan
?:
boolean
Optional
close
Button
closeButton
?:
boolean
Optional
create
Popup
Content
createPopupContent
?:
CreatePopupContent
<
F
,
L
>
Optional
from
Properties
fromProperties
?:
boolean
Optional
max
Width
maxWidth
?:
number
Optional
min
Width
minWidth
?:
number
Optional
popup
Content
popupContent
?:
string
|
HTMLElement
Optional
unselect
On
Close
unselectOnClose
?:
boolean
Unselect feature on popup close
Default Value
true
Copy
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Pan
close
Button
create
Popup
Content
from
Properties
max
Width
min
Width
popup
Content
unselect
On
Close
NextGIS Frontend
Loading...
Unselect feature on popup close