Get Nested Bundle Paths Node¶
The Get Nested Bundle Paths node searches a bundle and any nested bundles, returning the paths to items that match the specified filter.
This is useful for locating typed bundles or values without requiring them to exist at a fixed location within the bundle hierarchy.
Truco
This node searches recursively through nested bundles, making it useful for locating typed bundles regardless of where they are stored in the bundle hierarchy.
Entradas¶
- Paquete
Bundle to search.
- Modo
Determines which bundle items are matched.
- Todo:
Return the paths to all items.
- Bundle Type:
Return the paths to typed bundles matching the specified type.
- Tipo de datos:
Return the paths to values with the specified data type.
- Pattern Mode Bundle Type
How bundle types are matched.
- Exacto:
Match bundles whose type exactly matches the specified type.
- Wildcard:
Match bundles whose type matches the specified pattern.
The pattern may contain a single wildcard character (
*).
- Bundle Type Bundle Type
Bundle type or pattern to search for.
- Data Type Data Type
Data type of bundle values to search for.
Salidas¶
- Rutas
List of paths to the matching bundle items.