jax-js
    Preparing search index...

    Type Alias JsTree<T>

    JsTree: T | JsTree<T>[] | { [key: string]: JsTree<T> }

    Analog to the JAX "pytree" object, but for JavaScript.

    Type Parameters

    • T