WriteFormat Enum
Format versions that SharedTree supports writing. Changes to op or summary formats necessitate updates.
Signature
export declare enum WriteFormat
Flags
Flag | Description |
---|---|
v0_0_2 | Stores all edits in their raw format. |
v0_1_1 | Supports history virtualization, tree compression, string interning, and makes currentView optional. |
v0_0_2
Stores all edits in their raw format.
Signature
v0_0_2 = "0.0.2"
v0_1_1
Supports history virtualization, tree compression, string interning, and makes currentView optional.
Signature
v0_1_1 = "0.1.1"