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