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

    Interface RangeFillEvent

    F1 채우기 커밋 이벤트(onRangeFill).

    F1 fill commit event (onRangeFill).

    F1 フィルのコミットイベント(onRangeFill)。

    F1 填充提交事件(onRangeFill)。

    interface RangeFillEvent {
        cancel?: boolean;
        mode: "copy" | "series";
        skippedFormula?: number;
        source: CellRange;
        target: CellRange;
        written: { field: string; newValue: any; oldValue: any; rowIndex: number }[];
    }
    Index

    Properties

    cancel?: boolean

    before 훅에서 true 로 바꾸면 채우기 취소(현재 배선은 이벤트 emit 뒤 즉시 확인)

    before フックで true にするとフィルを取り消し(現在の配線ではイベントの emit 直後に確認)

    在 before 钩子里改为 true 则取消填充(当前的接线在事件 emit 之后立即检查)

    mode: "copy" | "series"
    skippedFormula?: number
    source: CellRange
    target: CellRange
    written: { field: string; newValue: any; oldValue: any; rowIndex: number }[]