Skip to content

Commit

Permalink
added progress in viselements.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yaten2302 committed Jun 7, 2024
1 parent 00fca65 commit b1e633b
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions taipy/gui/viselements.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,29 @@
]
}
],
[
"progress",
{
"properties": [
{
"name": "linear",
"type": "bool",
"doc": "If True, then a linear element is rendered instead of a circular one."
},
{
"name": "show_value",
"type": "bool",
"doc": "If True, then showValue is set to true."
},
{
"name": "value",
"type": "dynamic(int)",
"doc": "If Int, then the value is progress percentage is shown.",
"default_property": true
}
]
}
],
[
"button",
{
Expand Down Expand Up @@ -1625,6 +1648,31 @@
]
}
],
[
"progress",
{
"properties": [
{
"name": "linear",
"default_property": false,
"type": "bool",
"doc": "If True, then a linear element is rendered instead of a circular one."
},
{
"name": "showValue",
"default_property": false,
"type": "bool",
"doc": "If True, then showValue is set to true."
},
{
"name": "value",
"type": "dynamic(int)",
"default_value": "None",
"doc": "If Int, then the value is progress percentage is shown."
}
]
}
],
[
"lovComp",
{
Expand Down

0 comments on commit b1e633b

Please sign in to comment.