FileViewer
Introduction
Function signature
FileViewer(
files_list=files_list,
selection_type=None,
extended_selection=False,
widget_id=None,
)
Parameters
Parameters
Type
Description
files_list

selection_type
extended_selection
widget_id
Methods and attributes
Attributes and Methods
Description
Mini App Example
Import libraries
Init API client
Get Team ID from environment variables
Prepare file pathes
Initialize FileViewer widget
FileViewer widgetCreate Text widgets we will use
Text widgets we will useCreate app layout
Create app using layout
Add function to control widgets from python code

Last updated