namnguyen 8 months ago
parent
commit
fe66a1202f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      taipy/gui/extension/library.py

+ 1 - 1
taipy/gui/extension/library.py

@@ -113,7 +113,7 @@ class Element:
 
         Arguments:
             default_property (str): the name of the default property for this element.
-            properties (List[ElementProperty]): The list of properties for this element.
+            properties (Dict[ElementProperty]): The dictionary of properties for this element.
             inner_properties (Optional[List[ElementProperty]]): The optional list of inner properties for this element.<br/>
                 Default values are set/binded automatically.
             react_component (Optional[str]): The name of the component to be created on the front-end.<br/>