StaticdefaultDefault toolbar color picker factory used when opening the editor if per-call options do not provide AcEdMTextEditorOptions.toolbarColorPicker. Set via AcEdMTextEditor.setDefaultColorPicker.
Static ReadonlydefaultStaticdefaultDefault visibility for the built-in MTEXT input box toolbar. Applications with their own contextual ribbon can disable this while keeping the input box editor active.
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.
StaticaddSubscribes to active MTEXT input box changes.
StaticgetReturns the MTEXT input box currently being edited, if any.
StaticremoveRemoves an active MTEXT input box listener.
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.
StaticsetRegisters the default built-in toolbar visibility for subsequent open calls.
true to show the MTEXT input box toolbar by default.
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.