型・APIリファレンス
    Preparing search index...

    Interface GridSelectionClickContext

    セル選択クリック時のコンテキスト

    interface GridSelectionClickContext {
        additive: boolean;
        clickArgs: GridCellCoordinate;
        grid: GridLike;
    }
    Index

    Properties

    additive: boolean

    追加選択フラグ

    クリック位置のセル座標

    grid: GridLike

    Grid インスタンス