StaticdefaultDefault toolbar color picker factory used when opening the editor if per-call options do not provide AcEdMTextEditorOptions.toolbarColorPicker. Set via AcEdMTextEditor.setDefaultColorPicker.
Opens the MTEXT editor and resolves when user closes the editor UI.
The method:
MTextInputBox at the requested world locationRuntime options used to initialize the editor instance.
A promise resolving to final MTEXT result; resolves to null only
when future cancel flows are introduced.
StaticsetRegisters a default toolbar color picker factory. The factory is used for every subsequent open call unless overridden by AcEdMTextEditorOptions.toolbarColorPicker.
Factory to use, or null to clear and use the built-in picker.
Lightweight wrapper around
MTextInputBoxfor CAD editor integration.This class binds the MTEXT input component to the current
AcTrView2drender loop and handles lifecycle cleanup when the editor is closed.