ElementTagsList widget in Supervisely is a widget that allows users to display multiple elements tags in the UI.
Function signature
ElementTagsList(tags=tags, widget_id=None)
Parameters
Parameters
Type
Description
tags
List[ElementTagsList.Tag]
List of ElementTagsList.Tag objects
widget_id
str
ID of the widget
tags
List of ElementTagsList.Tag objects, that will be displayed in the UI. ElementTagsList.Tag object is based on ElementTag widget and has the same arguments. You can learn about them in the ElementTag tutorial.
If you want to add close button to the tag, you can use ElementTagsList.Tag object with closable=True argument.