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
{{ message }}
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: dash_html_components/A.py
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,19 @@ class A(Component):
41
41
- spellCheck (string; optional): Indicates whether spell checking is allowed for the element.
42
42
- style (dict; optional): Defines CSS styles which will override styles previously set.
43
43
- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead.
44
-
- title (string; optional): Text to be displayed in a tooltip when hovering over the element."""
44
+
- title (string; optional): Text to be displayed in a tooltip when hovering over the element.
45
+
- loading_state (optional): Object that holds the loading state object coming from dash-renderer. loading_state has the following type: dict containing keys 'is_loading', 'prop_name', 'component_name'.
46
+
Those keys have the following types:
47
+
- is_loading (boolean; optional): Determines if the component is loading or not
48
+
- prop_name (string; optional): Holds which property is loading
49
+
- component_name (string; optional): Holds the name of the component that is loading"""
Copy file name to clipboardExpand all lines: dash_html_components/Abbr.py
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,19 @@ class Abbr(Component):
34
34
- spellCheck (string; optional): Indicates whether spell checking is allowed for the element.
35
35
- style (dict; optional): Defines CSS styles which will override styles previously set.
36
36
- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead.
37
-
- title (string; optional): Text to be displayed in a tooltip when hovering over the element."""
37
+
- title (string; optional): Text to be displayed in a tooltip when hovering over the element.
38
+
- loading_state (optional): Object that holds the loading state object coming from dash-renderer. loading_state has the following type: dict containing keys 'is_loading', 'prop_name', 'component_name'.
39
+
Those keys have the following types:
40
+
- is_loading (boolean; optional): Determines if the component is loading or not
41
+
- prop_name (string; optional): Holds which property is loading
42
+
- component_name (string; optional): Holds the name of the component that is loading"""
Copy file name to clipboardExpand all lines: dash_html_components/Acronym.py
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,19 @@ class Acronym(Component):
34
34
- spellCheck (string; optional): Indicates whether spell checking is allowed for the element.
35
35
- style (dict; optional): Defines CSS styles which will override styles previously set.
36
36
- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead.
37
-
- title (string; optional): Text to be displayed in a tooltip when hovering over the element."""
37
+
- title (string; optional): Text to be displayed in a tooltip when hovering over the element.
38
+
- loading_state (optional): Object that holds the loading state object coming from dash-renderer. loading_state has the following type: dict containing keys 'is_loading', 'prop_name', 'component_name'.
39
+
Those keys have the following types:
40
+
- is_loading (boolean; optional): Determines if the component is loading or not
41
+
- prop_name (string; optional): Holds which property is loading
42
+
- component_name (string; optional): Holds the name of the component that is loading"""
Copy file name to clipboardExpand all lines: dash_html_components/Address.py
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,19 @@ class Address(Component):
34
34
- spellCheck (string; optional): Indicates whether spell checking is allowed for the element.
35
35
- style (dict; optional): Defines CSS styles which will override styles previously set.
36
36
- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead.
37
-
- title (string; optional): Text to be displayed in a tooltip when hovering over the element."""
37
+
- title (string; optional): Text to be displayed in a tooltip when hovering over the element.
38
+
- loading_state (optional): Object that holds the loading state object coming from dash-renderer. loading_state has the following type: dict containing keys 'is_loading', 'prop_name', 'component_name'.
39
+
Those keys have the following types:
40
+
- is_loading (boolean; optional): Determines if the component is loading or not
41
+
- prop_name (string; optional): Holds which property is loading
42
+
- component_name (string; optional): Holds the name of the component that is loading"""
Copy file name to clipboardExpand all lines: dash_html_components/Area.py
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -43,14 +43,19 @@ class Area(Component):
43
43
- spellCheck (string; optional): Indicates whether spell checking is allowed for the element.
44
44
- style (dict; optional): Defines CSS styles which will override styles previously set.
45
45
- tabIndex (string; optional): Overrides the browser's default tab order and follows the one specified instead.
46
-
- title (string; optional): Text to be displayed in a tooltip when hovering over the element."""
46
+
- title (string; optional): Text to be displayed in a tooltip when hovering over the element.
47
+
- loading_state (optional): Object that holds the loading state object coming from dash-renderer. loading_state has the following type: dict containing keys 'is_loading', 'prop_name', 'component_name'.
48
+
Those keys have the following types:
49
+
- is_loading (boolean; optional): Determines if the component is loading or not
50
+
- prop_name (string; optional): Holds which property is loading
51
+
- component_name (string; optional): Holds the name of the component that is loading"""
0 commit comments