primevue
Version:
[](https://opensource.org/licenses/MIT) [](https://badge.fury.io/js/primevue) [![Join the chat at https://gitter.im/primefaces/primevu
16 lines (15 loc) • 482 B
TypeScript
import Vue, {VNode} from 'vue';
export declare class OrganizationChart extends Vue {
value?: any;
selectionKeys?: any;
selectionMode?: string;
collapsedKeys?: any;
collapsible?: boolean;
$emit(eventName: 'node-select', node: any): this;
$emit(eventName: 'node-unselect', node: any): this;
$emit(eventName: 'node-expand', node: any): this;
$emit(eventName: 'node-collapsed', node: any): this;
$slots: {
[key: string]: VNode[];
}
}