dbit-lu-angular-tree-component
Version:
A simple yet powerful tree component for Angular2
16 lines (15 loc) • 358 B
TypeScript
export declare const TREE_EVENTS: {
toggleExpanded: string;
activate: string;
deactivate: string;
focus: string;
blur: string;
initialized: string;
updateData: string;
moveNode: string;
copyNode: string;
event: string;
loadNodeChildren: string;
changeFilter: string;
stateChange: string;
};