LogoTruly Modular: Modular Item API

Hidden Group Modification Composite

Description

its type is "miapi:hidden_group" The HiddenGroupComposite allows you to modify the hidden groups of a material by either clearing the existing groups or adjusting them by removing and adding specific groups. You can choose to clear the hidden groups, then remove certain groups and add others. If no groups are specified, the existing hidden groups will be used.

Data

  • clear: A boolean value that determines if the existing hidden groups should be cleared before applying the modifications.
  • remove: A list of hidden group names (String) to be removed from the existing hidden groups.
  • toAdd: A list of hidden group names (String) to be added to the existing hidden groups.