mcut
@mcut/editor

registerCoreOperators

Generated TypeScript API reference for the public mcut SDK.

mcut SDK


mcut SDK / editor/src / registerCoreOperators

Function: registerCoreOperators()

function registerCoreOperators(registry): EditorOperatorRegistry;

Defined in: packages/editor/src/core-operators.ts:51

Register SDK-level user operations. These are contextual editor operators, not just document reducers: UI buttons, hotkeys, agent transports, and tests can all execute the same operation by id.

Parameters

registry

EditorOperatorRegistry

Returns

EditorOperatorRegistry

On this page