File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @clerk/types ' : patch
3+ ---
4+
5+ Add example usage for ` __experimental_startPath ` .
Original file line number Diff line number Diff line change @@ -1496,6 +1496,7 @@ export type UserProfileProps = RoutingOptions & {
14961496 customPages ?: CustomPage [ ] ;
14971497 /**
14981498 * Specify on which page the user profile modal will open.
1499+ * @example __experimental_startPath: '/members'
14991500 * @experimental
15001501 **/
15011502 __experimental_startPath ?: string ;
@@ -1527,6 +1528,7 @@ export type OrganizationProfileProps = RoutingOptions & {
15271528 customPages ?: CustomPage [ ] ;
15281529 /**
15291530 * Specify on which page the organization profile modal will open.
1531+ * @example __experimental_startPath: '/organization-members'
15301532 * @experimental
15311533 **/
15321534 __experimental_startPath ?: string ;
You can’t perform that action at this time.
0 commit comments