Type Alias PasteCellEvent

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