.continue-button
element
(.continue)
The .continue-button
action a button that continues an app in wait state. It belongs to the buttons category within the ui area.
Action Syntax
.continue-button "text"
A quoted text string
.continue-button $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.continue-button "label"
// Using Variables
// Display dynamic content from variables
.continue-button $label
Action code: 956291308
Version: 0.6.4-4
Last updated: 2025-06-13