MLightCAD
    Preparing search index...

    AutoCAD-style floating command line with Promise-based execution.

    Features:

    • Floating command bar with left terminal glyph + down toggle and right up toggle
    • Command history popup
    • Message panel above the bar
    • Enter repeats last command if input empty
    • Esc cancels current command
    • Inline clickable options
    • Keyboard navigation
    • Promise-based execution for async command handling
    • Auto-complete popup for matching commands
    Index

    Constructors

    Accessors

    Methods

    • Runs a mixed prompt-input session that accepts typed geometric or textual values together with optional keywords.

      Type Parameters

      • T

      Parameters

      • options: AcEdPromptKeywordOptions
      • parseValue: (text: string) => T | null
      • config: { allowNone: boolean; allowTyping?: boolean; mode: AcEdPromptInputMode }

      Returns Promise<AcEdPromptInputResult<T>>