host-call
call a function at the host / parent level. The environment is usually the browser to server javascript run time global environment
Overview
The host-call
action is part of the exec set in Rhyme. call a function at the host / parent level. The environment is usually the browser to server javascript run time global environment. call a function at the host / parent level. The environment is usually the browser to server javascript run time global environment
Category: Exec
Area: ⚙️ System & Control Flow
Basic Usage
host-call "Example usage"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
host-call "Example usage"
Example 2: With Variables
$my-variable: "some value"
host-call $my-variable
Tips
- This action is part of the exec set
- Common use case: Controlling app flow and logic
Related Actions
Related actions from the exec set will be listed here.