load
Work with load
Overview
The load
action is part of the localstorage set in Rhyme. Work with load.
Category: Localstorage
Area: 💾 Storage
Basic Usage
load "Example usage"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
load "Example usage"
Example 2: With Variables
$my-variable: "some value"
load $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.