Studio-owned change types emitted by the Portable Text editor.
These types mirror the editor's internal event types but are owned by Studio
to decouple Studio's public callback interface from the editor's internals.
The EditorChangePlugin in PortableTextInput.tsx translates
EditorEmittedEvents into these change types.
error and loading stay in the union for compatibility. @portabletext/editor
v8 no longer emits the events that produced them.
Studio-owned change types emitted by the Portable Text editor.
These types mirror the editor's internal event types but are owned by Studio to decouple Studio's public callback interface from the editor's internals. The
EditorChangePlugininPortableTextInput.tsxtranslatesEditorEmittedEvents into these change types.errorandloadingstay in the union for compatibility.@portabletext/editorv8 no longer emits the events that produced them.