Forráskód Böngészése

A little bit more doc.

Fabien Lelaquais 3 hónapja
szülő
commit
289c8acc80
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      taipy/gui/types.py

+ 4 - 0
taipy/gui/types.py

@@ -117,6 +117,10 @@ class PropertyType(Enum):
     dynamic_list = "dynamiclist"
     dynamic_list = "dynamiclist"
     """
     """
     The property is dynamic and holds a list.
     The property is dynamic and holds a list.
+
+    The React component must have two parameters: "<propertyName>" that must be a list of object, and
+    "default<PropertyName>" that must be a string, set to the JSON representation of the initial value
+    of the property.
     """
     """
     dynamic_string = "dynamicstring"
     dynamic_string = "dynamicstring"
     """
     """