Added event handling support to VisNetwork and enhanced component documentation

This commit is contained in:
2025-12-02 20:46:54 +01:00
parent e34d675e38
commit 378775cdf9
12 changed files with 123 additions and 16 deletions

View File

@@ -35,6 +35,14 @@ class Commands(BaseCommands):
class FileUpload(MultipleInstance):
"""
Represents a file upload component.
This class provides functionality to handle the uploading process of a file,
extract sheet names from an Excel file, and enables users to select a specific
sheet for further processing. It integrates commands and state management
to ensure smooth operation within a parent application.
"""
def __init__(self, parent, _id=None):
super().__init__(parent, _id=_id)