Skip to content

Commit

Permalink
chore(types): Add experimental tag on startPath type (#3819)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanouelaPothitou authored Jul 25, 2024
1 parent b486897 commit bb2e872
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/young-otters-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
8 changes: 8 additions & 0 deletions packages/types/src/clerk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,10 @@ export type UserProfileProps = RoutingOptions & {
* Provide custom pages and links to be rendered inside the UserProfile.
*/
customPages?: CustomPage[];
/**
* @experimental
* Specify on which page the user profile modal will open.
**/
__experimental_startPath?: string;
};

Expand All @@ -837,6 +841,10 @@ export type OrganizationProfileProps = RoutingOptions & {
* Provide custom pages and links to be rendered inside the OrganizationProfile.
*/
customPages?: CustomPage[];
/**
* @experimental
* Specify on which page the organization profile modal will open.
**/
__experimental_startPath?: string;
};

Expand Down

0 comments on commit bb2e872

Please sign in to comment.