Show contents 

Working with Web Application > PP.App > Static Methods > PP.App.getModuleByData

PP.App.getModuleByData

Syntax

getModuleByData(data: PP.App.ModuleType);

Parameters

data. Unit type.

Description

The getModuleByData method returns unit settings by its type.

Comments

The method returns the same value as the PP.App.getActiveModule method.

Example

The method use is given in the example for PP.App.openAppModule.

See also:

PP.App