.acknowledge
element
The .acknowledge
action shows a message that need to be explictly acknowledged/dismissed. It belongs to the acknowledgement category within the ui area.
Action Syntax
.acknowledge "text"
A quoted text string
.acknowledge blk
A value
.acknowledge $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.acknowledge "message"
// Using Variables
// Display dynamic content from variables
.acknowledge $message
Action code: 3060669800
Version: 0.6.4-1
Last updated: 2025-06-13