MLightCAD
    Preparing search index...
    • Resolves entity ids from selection, supporting erase-style preselection handling.

      Uses the active selection set when non-empty; otherwise prompts with promptKey. In review mode, annotation entities are filtered out.

      Parameters

      • context: AcApContext

        Application context with view, document, and editor access.

      • promptKey: string

        I18n sysCmdPrompt key for the selection prompt.

      Returns Promise<string[] | undefined>

      Resolved entity ids, or undefined when nothing is selected.