OPEN_GRID API - v1.3.1
    Preparing search index...

    Type Alias SelectionMode

    SelectionMode: "single" | "row" | "multiple" | "cells"

    사용자가 클릭·드래그로 무엇을 선택할 수 있는지 정하는 모드. / What the user can select by clicking or dragging.

    • 'single' : 한 번에 한 행만. / One row at a time.
    • 'row' : 행 단위 선택(다중 가능은 UI에 따름). / Row-level selection.
    • 'multiple' : 여러 행을 함께(Ctrl/Shift). / Multiple rows together (Ctrl/Shift).
    • 'cells' : 스프레드시트처럼 셀 사각형 범위를 선택(채우기 핸들 포함). / Spreadsheet-style rectangular cell range (with fill handle).