@odymaui/angular-tree-component
Version:
A simple yet powerful tree component for Angular16. WARNING: This is an unsupported fork for use in a dependent project to upgrade it to Angular 16. Unit tests pass and the example-app works as expected.
20 lines (19 loc) • 458 B
TypeScript
export declare const TREE_EVENTS: {
toggleExpanded: string;
activate: string;
deactivate: string;
nodeActivate: string;
nodeDeactivate: string;
select: string;
deselect: string;
focus: string;
blur: string;
initialized: string;
updateData: string;
moveNode: string;
copyNode: string;
event: string;
loadNodeChildren: string;
changeFilter: string;
stateChange: string;
};