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