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
|`id`|`str \| Mapping[str, Any]`| The ID of the component. A dictionary-id is used for creating a [pattern-matching callback:book:][dash-pmcallback]. |
57
+
|`id`|`str \| Mapping[str, Any]`| The ID of the component. A dictionary-id is used for creating a [pattern-matching callback<IconExternalLink/>][dash-pmcallback]. |
58
58
|`class_name`|`str`| The css-class of the component. Use `` to separate different names. |
59
59
|`style`|`Mapping[str, str]`| The css-styles which will override styles of the component container. |
60
60
|`data`|`Any`| The JSON-serializable simple object to be transformed into a grid table. |
|`id`|`str \| Mapping[str, Any]`| The ID of the component. A dictionary-id is used for creating a [pattern-matching callback:book:][dash-pmcallback]. |
57
+
|`id`|`str \| Mapping[str, Any]`| The ID of the component. A dictionary-id is used for creating a [pattern-matching callback<IconExternalLink/>][dash-pmcallback]. |
58
58
|`class_name`|`str`| The css-class of the component. Use `` to separate different names. |
59
59
|`style`|`Mapping[str, str]`| The css-styles which will override styles of the component container. |
60
60
|`data`|`Any`| The JSON-serializable simple object to be transformed into a grid table. |
|`id`|`str \| Mapping[str, Any]`| The ID of the component. A dictionary-id is used for creating a [pattern-matching callback:book:][dash-pmcallback]. |
57
+
|`id`|`str \| Mapping[str, Any]`| The ID of the component. A dictionary-id is used for creating a [pattern-matching callback<IconExternalLink/>][dash-pmcallback]. |
58
58
|`class_name`|`str`| The css-class of the component. Use `` to separate different names. |
59
59
|`style`|`Mapping[str, str]`| The css-styles which will override styles of the component container. |
60
60
|`data`|`Any`| The JSON-serializable simple object to be transformed into a grid table. |
0 commit comments