MinimizableModalConstructorOptions.shouldMinimizeOnClickOutside?
MinimizableModalConstructorOptions › shouldMinimizeOnClickOutside?
Type: boolean
Whether clicking the dimmed background behind the modal minimizes it instead of closing it. Obsidian's native behavior is to close, which cancels whatever operation the modal is running; minimizing keeps that operation alive so the user can peek at the involved notes and come back.