3 posts tagged with "Print"
The print action print text to ui for app development and testing. It belongs to the utils category within the undefined area.
Action Syntax
print "text"
A quoted text string
print $variable
A variable name starting with $
Examples
// Basic Usage
print "debug output here"
// Using Variables
// Display dynamic content from variables
print $outputtext
Action code: 3208212403
Version: 0.0.1-3
Last updated: 2025-06-13
print-error
The print-error action prints inline error message. It belongs to the print category within the dev area.
Action Syntax
print-error "text"
A quoted text string
print-error $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
print-error "message"
// Using Variables
// Display dynamic content from variables
print-error $message
Action code: 2686974999
Version: 0.6.4-1
Last updated: 2025-06-13
print-header
The print-header action Prints bold header text for debugging and testing. It belongs to the print category within the dev area.
Action Syntax
print-header "text"
A quoted text string
print-header $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
print-header "debug output here"
// Using Variables
// Display dynamic content from variables
print-header $output-text
Action code: 3247341630
Version: 0.6.4-0
Last updated: 2025-06-13