@ux-aspects/ux-aspects
Version:
Open source user interface framework for building modern, responsive, mobile big data applications
12 lines (11 loc) • 662 B
TypeScript
import { OnChanges } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ScrollIntoViewIfDirective implements OnChanges {
private readonly _element;
private readonly _scrollIntoViewService;
condition: boolean;
scrollParent: HTMLElement;
ngOnChanges(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollIntoViewIfDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollIntoViewIfDirective, "[uxScrollIntoViewIf]", never, { "condition": { "alias": "uxScrollIntoViewIf"; "required": false; }; "scrollParent": { "alias": "scrollParent"; "required": false; }; }, {}, never, never, false, never>;
}