set-css-variable
Work with set css variable
Overview
The set-css-variable
action is part of the css set in Rhyme. Work with set css variable.
Category: Css
Area: ⚙️ System & Control Flow
Basic Usage
set-css-variable "Example usage"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
set-css-variable "Example usage"
Example 2: With Variables
$my-variable: "some value"
set-css-variable $my-variable
Tips
- This action is part of the css set
- Common use case: Controlling app flow and logic
Related Actions
Related actions from the css set will be listed here.