TagMetasList
Introduction
Function signature
tag_metas_list = TagMetasList(
tag_metas=project_meta.tag_metas,
show_type_text=True,
limit_long_names=True,
selectable=True,
columns=1,
widget_id=None
)Parameters
Parameters
Type
Description
tag_metas
show_type_text
limit_long_names
selectable
columns
widget_id
Methods and attributes
Attributes and Methods
Description
Mini App Example
Import libraries
Init API client
Initialize Project ID
Project IDGet Project info and meta
Initialize TagMetasList widget
TagMetasList widgetAdd button and preview
Create app layout
Create app using layout
Add button click event to update preview
Last updated