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