ng2-qgrid
Version:
Angular Grid
14 lines (13 loc) • 527 B
TypeScript
import { ElementRef, OnDestroy, OnChanges, SimpleChanges } from '@angular/core';
import { VscrollPortYDirective } from './vscroll-port-y.directive';
export declare class VscrollRowDirective implements OnDestroy, OnChanges {
private port;
index: number;
private row;
constructor(elementRef: ElementRef, port: VscrollPortYDirective);
ngOnChanges(changes: SimpleChanges): void;
ngOnDestroy(): void;
private readonly layout;
private readonly settings;
private readonly container;
}