group
Provides comprehensive data manipulation tools for working with collections and arrays. This set enables filtering, sorting, and item retrieval operations on groups of data. Essential for organizing, searching, and managing collections of information in applications that handle lists, arrays, or datasets.
Area: 💾 Data & State Management
Available Actions
This set contains 3 actions:
- filter-group - Filters a group of items based on text matching criteria, supporting both ‘starts-with’ and ‘contains’ operations.
- get-item-number - Retrieves a specific item from a group by its position number, enabling targeted access to collection elements.
- sort-group - Sorts a group of items in ascending or descending order, with optional reverse sorting for organizing data collections.
Getting Started
To use actions from this set in your Rhyme app, you’ll reference them by their full name. For example:
filter-group "Example usage"
Each action has its own specific syntax and parameters - click on any action above to see its detailed documentation.
Common Use Cases
- Storing user preferences
- Managing app state
- Working with structured data