namnguyen 8 月之前
父节点
当前提交
fe66a1202f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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/>