rootBindingMigrations
See source codeMigration sequence for the root binding record structure. Currently empty as the binding schema has not required any migrations yet.
rootBindingMigrations: import('@tldraw/store').MigrationSequence
Example
// Migrations would be automatically applied when loading old documents
const migratedStore = migrator.migrateStoreSnapshot({
schema: oldSchema,
store: oldStoreSnapshot,
})
Prev
richTextValidatorNext
rootShapeMigrations