save
Work with save
Overview
The save
action is part of the localstorage set in Rhyme. Work with save.
Category: Localstorage
Area: 💾 Storage
Basic Usage
save "Example usage"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
save "Example usage"
Example 2: With Variables
$my-variable: "some value"
save $my-variable
Tips
- This action is part of the localstorage set
- Common use case: Storing data locally
Related Actions
Related actions from the localstorage set will be listed here.