We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
id
1 parent c0729a2 commit 36d4286Copy full SHA for 36d4286
dash/dash-renderer/src/types/component.ts
@@ -11,7 +11,12 @@ import {
11
useDevtoolMenuButtonClassName
12
} from '../components/error/menu/DevtoolContext';
13
14
+// Caution: These docstrings appear in the published documentation!
15
export type BaseDashProps = {
16
+ /**
17
+ * The ID of this component, used to identify dash components in callbacks.
18
+ * The ID needs to be unique across all of the components in an app.
19
+ */
20
id?: string;
21
componentPath?: DashLayoutPath;
22
[key: string]: any;
0 commit comments