LogoRobo.js
Framework

ModuleController

Interface: ModuleController

Controller for module-level enable/disable operations. Modules are cross-cutting - they can span multiple namespaces.

Methods

isEnabled()

isEnabled(): boolean

Check if the module is enabled

Returns

boolean


setEnabled()

setEnabled(value): void

Enable or disable all handlers in this module

Parameters

ParameterType
valueboolean

Returns

void

On this page