File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ def args_grouping(self):
127
127
args_grouping is a dict of the inputs used with flexible callback signatures. The keys are the variable names
128
128
and the values are dictionaries containing:
129
129
- “id”: (string or dict) the component id. If it’s a pattern matching id, it will be a dict.
130
- - “id_str”: (str) for pattern matching ids, it’s the strigified dict id with no white spaces.
130
+ - “id_str”: (str) for pattern matching ids, it’s the stringified dict id with no white spaces.
131
131
- “property”: (str) The component property used in the callback.
132
132
- “value”: the value of the component property at the time the callback was fired.
133
133
- “triggered”: (bool)Whether this input triggered the callback.
You can’t perform that action at this time.
0 commit comments