textModulesData property

List<TextModuleData>? textModulesData
getter/setter pair

Text module data.

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

Implementation

core.List<TextModuleData>? textModulesData;