validateWindowConfig
Function: validateWindowConfig()
validateWindowConfig(
config):boolean
Defined in: src/services/eventGeneration/windowManager.ts:278
Validates the configuration of a window manager to ensure all properties are within acceptable ranges and formats.
Parameters
config
The window manager configuration object to validate.
Returns
boolean
true if the configuration is valid, otherwise false.