NextGIS Frontend
Preparing search index...
@nextgis/react-ngw-map
MapControlProps
Interface MapControlProps
interface
MapControlProps
{
children
?:
ReactNode
;
context
:
NgwMapContextInterface
;
control
?:
string
;
createControl
:
(
portal
:
MutableRefObject
<
HTMLDivElement
>
,
)
=>
Promise
<
unknown
>
;
id
?:
string
;
order
?:
number
;
position
?:
ControlTargetPosition
;
}
Hierarchy (
View Summary
)
ControlOptions
MapControlProps
Index
Properties
children?
context
control?
create
Control
id?
order?
position?
Properties
Optional
children
children
?:
ReactNode
context
context
:
NgwMapContextInterface
Optional
control
control
?:
string
create
Control
createControl
:
(
portal
:
MutableRefObject
<
HTMLDivElement
>
)
=>
Promise
<
unknown
>
Optional
id
id
?:
string
Optional
order
order
?:
number
Optional
position
position
?:
ControlTargetPosition
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
context
control
create
Control
id
order
position
NextGIS Frontend
Loading...