Skip to content

registerEditorMountHook

Install an editor-mount hook. Called by feature secondary entries (e.g. features/editing) on import. Idempotent across hot-reload boundaries is NOT guaranteed; consumers should import once.

Plugin API

registerEditorMountHook(hook: EditorMountHook): void
NameTypeDescription
hookEditorMountHook