console-info
The console-info
action a javascript console.info equivalent. It belongs to the debug category within the dev area.
Action Syntax
console-info "text"
A quoted text string
console-info $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
console-info "message"
// Using Variables
// Display dynamic content from variables
console-info $message
Action code: 3746057700
Version: 0.6.4
Last updated: 2025-06-13