Preparing search index...
The search index is not available
Mappedin SDK - v6.0.1-beta.16
Mappedin SDK
TUpdateState
Type Alias TUpdateState<T>
TUpdate
State
<
T
>
:
T
extends
WALLS
?
Partial
<
TWallsState
>
:
T
extends
DOORS
?
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
Mappedin SDK - v6.0.1-beta.16
Loading...
The type for updating the state of map elements (colors, texts, etc.).