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.
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.