Developer Portal
API Reference
License
Preparing search index...
The search index is not available
Mappedin React SDK v6.8.0
Mappedin React SDK v6.8.0
@mappedin/mappedin-js
TGetState
Type Alias TGetState<T>
TGetState
:
T
extends
{
__type
:
infer
U
}
?
U
extends
keyof
MapElementToGetState
?
MapElementToGetState
[
U
]
:
never
:
T
extends
string
?
T
extends
keyof
MapElementToGetState
?
MapElementToGetState
[
T
]
:
Record
<
string
,
any
>
:
never
The type for getting the state of map elements. Returns the full state type for all element types.
Type Parameters
T
extends
MapElementsWithState
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Developer Portal
API Reference
License
Mappedin React SDK v6.8.0
Loading...
The type for getting the state of map elements. Returns the full state type for all element types.