@ahmedaoui/ngx-org-chart
Version:
Hierarchical Organization Chart
13 lines (12 loc) • 735 B
TypeScript
import { EventEmitter } from '@angular/core';
import { INode } from '../node';
import * as i0 from "@angular/core";
export declare class NgxChartDesignerComponent {
node?: INode;
hasParent: boolean;
direction: 'vertical' | 'horizontal';
itemClick: EventEmitter<INode>;
get hostClass(): "" | "column";
static ɵfac: i0.ɵɵFactoryDeclaration<NgxChartDesignerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxChartDesignerComponent, "ngx-chart-designer", never, { "node": { "alias": "node"; "required": false; }; "hasParent": { "alias": "hasParent"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, { "itemClick": "itemClick"; }, never, never, true, never>;
}