Styling > Customizing Groups > Customizing Group Icons

This section describes the CSS properties that can be used to customize the group icon.

Table 6.7 CSS Properties for Group Icons
Property Name 
Type 
Default Value 
Description 
icon 
Image 
null 
Defines the icon to be displayed in the group. 
iconVisible 
boolean 
true 
Defines whether the icon is visible or not in the group. 

How to Customize a Group Icon

The following example adds a test icon to all groups present in the graphic component.

object."ilog.tgo.model.IltGroup" {
  iconVisible: true;
  icon: '@|image("test.png")';
}