@rxap/data-structure-tree
TypeScript icon, indicating that this package has built-in type declarations

1.1.16 • Public • Published

Provides a tree data structure with node manipulation capabilities, including adding, removing, and traversing nodes. It supports hierarchical data representation with features like expanding, collapsing, selecting, and deselecting nodes. The package also includes utilities for managing node visibility and custom parameters.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/data-structure-tree

Execute the init generator:

yarn nx g @rxap/data-structure-tree:init

Generators

init

Initialize the package in the workspace

nx g @rxap/data-structure-tree:init

Package Sidebar

Install

npm i @rxap/data-structure-tree

Weekly Downloads

80

Version

1.1.16

License

GPL-3.0-or-later

Unpacked Size

82.9 kB

Total Files

18

Last publish

Collaborators

  • badry.muenker
  • mmuenker