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