You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* An editable view of a (version control style) branch of a shared tree based on some schema.
259
259
*
260
-
* This schema--known as the view schema--may or may not align the stored schema of the document.
260
+
* @remarks
261
+
* This schema (known as the view schema) may or may not align with the stored schema of the document.
261
262
* Information about discrepancies between the two schemas is available via {@link TreeView.compatibility | compatibility}.
262
263
*
263
-
* Application authors are encouraged to read [schema-evolution.md](../../docs/user-facing/schema-evolution.md) and
264
-
* choose a schema compatibility policy that aligns with their application's needs.
264
+
* Application authors are encouraged to read {@link https://github.com/microsoft/FluidFramework/blob/main/packages/dds/tree/docs/user-facing/schema-evolution.md | schema-evolution.md}
265
+
* and choose a schema compatibility policy that aligns with their application's needs.
265
266
*
266
267
* @privateRemarks
267
268
* From an API design perspective, `upgradeSchema` could be merged into `viewWith` and/or `viewWith` could return errors explicitly on incompatible documents.
0 commit comments