Skip to main content

Type Alias: MapModulePropsControllerSubEventPropKey<Module>

MapModulePropsControllerSubEventPropKey<Module> = keyof SubEventFilter<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 ParameterDescription
Module extends objectThe type of the controlled module.