UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

14 lines 500 B
export var CopyType; (function (CopyType) { CopyType[CopyType["ALL"] = 0] = "ALL"; CopyType[CopyType["COL"] = 1] = "COL"; CopyType[CopyType["ROW"] = 2] = "ROW"; })(CopyType || (CopyType = {})); export const LINE_SEPARATOR = '\r\n'; export const TAB_SEPARATOR = '\t'; export const CSV_SEPARATOR = ','; // 每次异步渲染数据的阈值 export const AsyncRenderThreshold = 5000; // 选择异步请求的阈值 export const AsyncRequestThreshold = 100000; //# sourceMappingURL=copy.js.map