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

    Interface SelectionEvent<T>

    선택 변경 이벤트(selectionChange).

    Selection change event (selectionChange).

    選択変更イベント(selectionChange)。

    选择变更事件(selectionChange)。

    interface SelectionEvent<T = any> {
        cells?: CellRange[];
        rowIndexes: number[];
        rows: T[];
    }

    Type Parameters

    • T = any
    Index

    Properties

    cells?: CellRange[]
    rowIndexes: number[]
    rows: T[]