Developer Portal
API Reference
License
Preparing search index...
The search index is not available
Mappedin JS - v6.0.1-beta.22
Mappedin JS
TUpdateState
Type Alias TUpdateState<T>
TUpdateState
:
T
extends
WALLS
?
Partial
<
TWallsState
>
:
T
extends
DOORS
?
Partial
<
TDoorsState
>
:
T
extends
Door
?
Partial
<
TDoorsState
>
:
T
extends
Marker
?
Partial
<
TMarkerState
>
:
T
extends
Label
?
Partial
<
TLabelState
>
:
T
extends
Space
|
MapObject
?
Partial
<
TGeometryState
>
:
T
extends
Shape
?
Partial
<
Omit
<
TShapeState
,
"height"
|
"type"
>
>
:
T
extends
Door
?
Partial
<
TGeometryState
>
:
T
extends
string
?
Record
<
string
,
any
>
:
never
The type for updating the state of map elements (colors, texts, etc.).
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Developer Portal
API Reference
License
Mappedin JS - v6.0.1-beta.22
Loading...
The type for updating the state of map elements (colors, texts, etc.).