Skip to content

Commit

Permalink
A little bit more doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienLelaquais committed Feb 7, 2025
1 parent 75ba5cb commit 289c8ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions taipy/gui/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ class PropertyType(Enum):
dynamic_list = "dynamiclist"
"""
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"
"""
Expand Down

0 comments on commit 289c8ac

Please sign in to comment.