-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Realm.Configuration #6093
Add Realm.Configuration #6093
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thanks for doing this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, important to get this in!!
packages/realm/src/Configuration.ts
Outdated
/** | ||
* The function called when opening a Realm for the first time. The function can populate the Realm | ||
* prior to opening it. When calling the callback, the Realm will be in a write transaction. | ||
* @param realm - The newly created Realm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* @param realm - The newly created Realm | |
* @param realm - The newly created Realm. |
Co-authored-by: Andrew Meyer <[email protected]>
Co-authored-by: LJ <[email protected]>
What, How & Why?
This closes #6081 and use typedoc-plugin-missing-exports to resolve missing exports
☑️ ToDos
Compatibility
label is updated or copied from previous entryCOMPATIBILITY.md
package.json
s (if updating internal packages)Breaking
label has been applied or is not necessary