Skip to main content

Type Alias: MutableMapContext<T>

MutableMapContext<T> = T extends MapSystemContext<any, infer Layers, infer Controllers, any> ? T & object : never

Defined in: src/sdk/components/mapsystem/MapSystemContext.ts:53

A mutable version of MapSystemContext which allows adding layers and controllers.

Type Parameters

Type Parameter
T