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

    Type Alias SelectionMode

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

    사용자가 클릭·드래그로 무엇을 선택할 수 있는지 정하는 모드.

    • 'single' : 한 번에 한 행만.
    • 'row' : 행 단위 선택(다중 가능은 UI에 따름).
    • 'multiple' : 여러 행을 함께(Ctrl/Shift).
    • 'cells' : 스프레드시트처럼 셀 사각형 범위를 선택(채우기 핸들 포함).

    What the user can select by clicking or dragging.

    • 'single' : One row at a time.
    • 'row' : Row-level selection (whether multiple is allowed depends on the UI).
    • 'multiple' : Multiple rows together (Ctrl/Shift).
    • 'cells' : Spreadsheet-style rectangular cell range (with fill handle).

    ユーザーがクリック・ドラッグで何を選択できるかを決めるモード。

    • 'single' : 一度に一行のみ。
    • 'row' : 行単位の選択(複数可否はUIに従う)。
    • 'multiple' : 複数行をまとめて(Ctrl/Shift)。
    • 'cells' : スプレッドシートのようにセルの矩形範囲を選択(フィルハンドルを含む)。

    决定用户通过点击或拖动能选择什么。

    • 'single' : 一次只选一行。
    • 'row' : 按行选择(能否多选取决于 UI)。
    • 'multiple' : 同时选择多行(Ctrl/Shift)。
    • 'cells' : 像电子表格那样选择单元格的矩形区域(含填充手柄)。