Clip Editor Registry
Timeline clip editors contributed by addins.
Only the registry is bound, not the editors themselves: an editor draws itself by being called inside the host's own immediate-mode UI loop, which a Compose host does not have and cannot give it. Publishing the extension point still matters, because an addin that asks for it fails to load when it is missing, and enumerating lets a host report what it is declining to show.
Inheritors
AndroidClipEditorRegistry
JsClipEditorRegistry
JvmClipEditorRegistry
NativeClipEditorRegistry
WasmJsClipEditorRegistry