ClipEditorRegistry

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val editors: List<ClipEditorInfo>

Functions

Link copied to clipboard
expect abstract fun close()