imageModulesData property

List<ImageModuleData>? imageModulesData
getter/setter pair

Image module data.

If imageModulesData is also defined on the object, both will be displayed. Only one of the image from class and one from object level will be rendered when both set.

Implementation

core.List<ImageModuleData>? imageModulesData;