config
The config set handles core application configuration and settings management. Set application titles, control debug modes, and manage system-level preferences that affect how your application runs. These configuration actions help you customize the behavior and appearance of your applications during development and production.
Area: ⚙️ System & Control Flow
Available Actions
This set contains 2 actions:
Getting Started
To use actions from this set in your Rhyme app, you’ll reference them by their full name. For example:
set-app-title "Example usage"
Each action has its own specific syntax and parameters - click on any action above to see its detailed documentation.
Common Use Cases
- Controlling app flow
- Managing settings
- Handling errors