Type Alias: MapModulePropsControllerSubEventPropKey<Module>
MapModulePropsControllerSubEventPropKey<
Module> = keyofSubEventFilter<Module> &string
Defined in: src/sdk/components/mapsystem/controllers/MapModulePropsController.ts:49
A key for a module property that can be bound by MapModulePropsController and implements the SubEventInterface interface.
Type Parameters
| Type Parameter | Description |
|---|---|
Module extends object | The type of the controlled module. |