textModulesData property

List<TextModuleData>? textModulesData
getter/setter pair

Text module data.

If textModulesData is also defined on the object, both will be displayed. The maximum number of these fields displayed is 10 from class and 10 from object.

Implementation

core.List<TextModuleData>? textModulesData;