createNested API
API reference for the createNested composable.
Functions
createNested
(_options?: NestedOptions) => ECreates a new nested tree instance with hierarchical management. Extends `createGroup` to support parent-child relationships, tree traversal, and open/close state management. Perfect for tree views, nested navigation, and hierarchical data structures.
createNestedContext
(_options?: NestedContextOptions) => ContextTrinity<E>Creates a new nested context with provide/inject pattern.
