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