TagsListPreview
Introduction
Function signature
tags_list_preview = TagsListPreview(
tag_metas=tag_metas,
max_width=300,
empty_text=None,
widget_id=None,
)Parameters
Parameters
Type
Description
tag_metas
max_width
empty_text
widget_id
Methods and attributes
Attributes and Methods
Description
Mini App Example
Import libraries
Init API client
Create list of tag metas and init TagsListSelector widget
TagsListSelector widgetInitialize TagsListPreview widget and Text widget for displaying number of selected tags
TagsListPreview widget and Text widget for displaying number of selected tagsCreate app layout
Create app using layout
Add functions to control widgets from python code
Last updated