Preparing search index...
The search index is not available
smartwalk-frontend
smartwalk-frontend
features/viewerSlice
<internal>
Draft
Type alias Draft<T>
Draft
<
T
>
:
T
extends
PrimitiveType
?
T
:
T
extends
AtomicObject
?
T
:
T
extends
IfAvailable
<
ReadonlyMap
<
infer
K
,
infer
V
>
>
?
Map
<
Draft
<
K
>
,
Draft
<
V
>
>
:
T
extends
IfAvailable
<
ReadonlySet
<
infer
V
>
>
?
Set
<
Draft
<
V
>
>
:
T
extends
WeakReferences
?
T
:
T
extends
object
?
WritableDraft
<
T
>
:
T
Convert a readonly type into a mutable type, if possible
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
smartwalk-frontend
App
components/EntityPlacePanel
components/FavoritesPanel
components/MapControl
components/NotFoundPanel
components/PanelDrawer
components/PanelEnsemble
components/ResultDirecsPanel
components/ResultPlacesPanel
components/ResultRoutesPanel
components/SearchDirecsPanel
components/SearchPlacesPanel
components/SearchRoutesPanel
components/SessionProvider
components/SessionSolidPanel
components/ViewerDirecPanel
components/ViewerPlacePanel
components/ViewerRoutePanel
components/_shared/ArrowDrawing
components/_shared/ArrowList
components/_shared/ArrowViewDialog
Loading...
Generated using
TypeDoc
Convert a readonly type into a mutable type, if possible