.select
Work with select
Overview
The .select
action is part of the selects set in Rhyme. Work with select.
Category: Selects
Area: 👆 User Interaction
Basic Usage
.select "Hello, World!"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
.select "Hello, World!"
Example 2: With Variables
$my-variable: "some value"
.select $my-variable
Tips
- This action is part of the selects set
- Common use case: Handling user input and forms
Related Actions
Related actions from the selects set will be listed here.