MLightCAD
    Preparing search index...

    Type Alias AcEdMTextEditorActiveInputBox

    AcEdMTextEditorActiveInputBox: MTextInputBox & Partial<
        AcEdMTextEditorCurrentFormatObservable,
    > & { focusEditor?: () => void; isStackSelectionActive?: () => boolean }

    Type Declaration

    • OptionalfocusEditor?: () => void

      Returns keyboard focus to the hidden IME input used by the editor.

      Contextual ribbon controls use this after formatting commands so the inline editor keeps behaving like its built-in toolbar.

    • OptionalisStackSelectionActive?: () => boolean

      Returns whether the current selection is a non-script stacked fraction.