.enter-number
The .enter-number
action enter number field. It belongs to the inputs category within the interaction area.
Action Syntax
.enter-number $variable
A variable name starting with $
.enter-number "text"
A quoted text string
.enter-number "text" $variable
A quoted text string followed by A variable name starting with $
.enter-number !set:icon
An icon in format !set:name
.enter-number !set:icon $variable
An icon in format !set:name followed by A variable name starting with $
.enter-number !set:icon "text"
An icon in format !set:name followed by A quoted text string
.enter-number !set:icon "text" $variable
An icon in format !set:name followed by A quoted text string followed by A variable name starting with $
Return Value
This function returns a
TEXT
value that can be stored in a variable:
$result = .enter-number
Valid sizes
tiny
small
medium
large
extra
Modifiers
placeholder
The .enter-number
action supports the placeholder
modifier.
help
The .enter-number
action supports the help
modifier.
Tags
disabled
make the number field disabled
min
minimum number
max
maximum number
Examples
// Basic Usage
$text = .enter-number $curvalue
Action code: 2553694483
Version: 0.6.4-3
Last updated: 2025-06-13