-
Notifications
You must be signed in to change notification settings - Fork 549
(tree) Unify summarize and getAttachSummary methods on summarizables #24761
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@fluidframework/shared-object-base": minor | ||
"__section": legacy | ||
--- | ||
Added an optional boolean parameter "fullTree" to SharedObject's summarizeCore method | ||
Check failure on line 5 in .changeset/loud-dolls-appear.md
|
||
|
||
This parameter tells the shared object that it should generate a full tree summary, i.e., it must not summarize incrementally. | ||
Check failure on line 7 in .changeset/loud-dolls-appear.md
|
||
Currently no known `SharedObject`'s do incremental summaries; however, any that do exist or are made in the future must take this "fullTree" parameter into consideration to function correctly. | ||
Check warning on line 8 in .changeset/loud-dolls-appear.md
|
Uh oh!
There was an error while loading. Please reload this page.