@visactor/vtable
Version:
canvas table width high performance
5 lines (4 loc) • 352 B
TypeScript
import type { RowInfo } from '../../../../ts-types';
import type { SceneProxy } from '../proxy';
export declare function dynamicSetY(y: number, screenTop: RowInfo | null, isEnd: boolean, proxy: SceneProxy): Promise<void>;
export declare function updateRowContent(syncTopRow: number, syncBottomRow: number, proxy: SceneProxy, async?: boolean): boolean;