# MarkupListItemRenderer

The MarkupListItemRenderer saves new markups and manages or deletes existing ones.

As long as a new markup is not saved in the database, a "Save" button displays. Only after using this button, a record will be saved. After that, every change (e.g., in the text field or changing the type) will be saved in the backend immediately.

A markup contains at least one markup item. Once the last markup item is deleted, the markup itself will be deleted. When moved, connected markup items on a panel are immediately saved in the backend. When deleted, they are deleted directly from the database.

Comments can be attached to a saved markup, but cannot be edited afterwards.

# Properties

# Parameter

No special parameters can be assigned to a MarkupListItemRenderer.

Request missing documentation