cheetah-grid
    Preparing search index...

    Type Alias PasteCellEvent

    PasteCellEvent: CellAddress & {
        event: ClipboardEvent;
        multi: boolean;
        normalizeValue: string;
        rangeBoxValues: PasteRangeBoxValues;
        value: string;
    }