# MassUpdateRenderer

MassUpdateRenderer inherits from component DetailsRendererGUI and changes some of its functionality, but remains broadly the same.
This renderer is required by the mass tagging functionality as it provides the required options.

The loaded renderer configuration (not configurable) is metadata/massupdate. In case the renderer is not explicitly configured, the default metadata renderer will be loaded as a fallback.

During built, the loaded configuration is adjusted by this component in the following way:

  • Column layouts are limited to one column, and the second and third columns are automatically expanded to include mass tagging options and the null setting.
  • All FieldRenderers with configuration read_only=true are dropped from the configuration because they cannot be modified by a user.
  • Due to unexpected behavior, colspan and rowspan declarations are ignored.
  • Dimension fields can only be customized using the dimension pop-up and therefore have a slightly customized appearance and functionality.
  • As a beanActor, this component accepts objects derived from the MassUpdateActor.

# Properties

# Parameter

# Parameters in the Layout

The following layout parameter differ from DetailsRendererGUI:

Name Type Description
beanActor MassUpdateActor This actor must inherit from class MassUpdateActor.

Additionally, option rendererName is disabled because it is fixed for mass tagging.

Request missing documentation