Skip to main content
You are viewing Pre-Alpha documentation.
Vuetify0 Logo
Mode
Accessibility
Vuetify

createNested API

API reference for the createNested composable.

Functions

createNested

(_options?: NestedOptions) => E

Creates 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.

useNested

(namespace?: string) => E

Returns the current nested instance from context.


© 2016-1970 Vuetify, LLC
Ctrl+/