Skip to main content

Type Alias: MapModulePropsControllerPropKey<Module>

MapModulePropsControllerPropKey<Module> = keyof Module & string

Defined in: src/sdk/components/mapsystem/controllers/MapModulePropsController.ts:55

A key for a module property that can be bound by MapModulePropsController.

Type Parameters

Type ParameterDescription
Module extends objectThe type of the controlled module.