Type Alias: MapModulePropsControllerPropKey<Module>
MapModulePropsControllerPropKey<
Module> = keyofModule&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 Parameter | Description |
|---|---|
Module extends object | The type of the controlled module. |