angular-custom-selector
Version:
```bash NOTE*** This library was generated using Angular CLI version 9.0.0. Therefore, it is recommended that you use a compatible version of Angular to ensure proper functionality ```
17 lines (16 loc) • 500 B
TypeScript
import { EventEmitter, OnInit } from '@angular/core';
export declare class SingleSelectorTreeViewComponent implements OnInit {
expandedKeys: any[];
selectedId: number;
displayName: string;
enableAllNodes: boolean;
searchKey: string;
data: any;
closeEvent: EventEmitter<any>;
constructor();
ngOnInit(): void;
ngAfterContentInit(): void;
showClick(dataItem: any): void;
private addExpandListItem;
enableAll(data: Array<any>): void;
}