You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- optionalNode (a list of or a singular dash component, string or number; optional)
35
+
19
36
- optionalElement (dash component; optional)
37
+
20
38
- optionalEnum (a value equal to: 'News', 'Photos'; optional)
21
-
- optionalUnion (string | number; optional)
22
-
- optionalArrayOf (list of numbers; optional)
39
+
40
+
- optionalNode (a list of or a singular dash component, string or number; optional)
41
+
42
+
- optionalNumber (number; default 42)
43
+
44
+
- optionalObject (dict; optional)
45
+
23
46
- optionalObjectOf (dict with strings as keys and values of type number; optional)
24
-
- optionalObjectWithExactAndNestedDescription (dict; optional): optionalObjectWithExactAndNestedDescription has the following type: dict containing keys 'color', 'fontSize', 'figure'.
25
-
Those keys have the following types:
26
-
- color (string; optional)
27
-
- fontSize (number; optional)
28
-
- figure (dict; optional): Figure is a plotly graph object. figure has the following type: dict containing keys 'data', 'layout'.
29
-
Those keys have the following types:
30
-
- data (list of dicts; optional): data is a collection of traces
31
-
- layout (dict; optional): layout describes the rest of the figure
32
-
- optionalObjectWithShapeAndNestedDescription (dict; optional): optionalObjectWithShapeAndNestedDescription has the following type: dict containing keys 'color', 'fontSize', 'figure'.
33
-
Those keys have the following types:
34
-
- color (string; optional)
35
-
- fontSize (number; optional)
36
-
- figure (dict; optional): Figure is a plotly graph object. figure has the following type: dict containing keys 'data', 'layout'.
37
-
Those keys have the following types:
38
-
- data (list of dicts; optional): data is a collection of traces
39
-
- layout (dict; optional): layout describes the rest of the figure
0 commit comments