.click
Work with click
Overview
The .click
action is part of the modifier set in Rhyme. Work with click.
Category: Modifier
Area: 🎨 UI & Presentation
Basic Usage
.click "Hello, World!"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
.click "Hello, World!"
Example 2: With Variables
$my-variable: "some value"
.click $my-variable
Tips
- This action is part of the modifier set
- Common use case: Creating visual elements and layouts
Related Actions
Related actions from the modifier set will be listed here.