.enter-time
The .enter-time
action enter time field. It belongs to the inputs category within the interaction area.
Action Syntax
.enter-time $variable
A variable name starting with $
.enter-time "text"
A quoted text string
.enter-time "text" $variable
A quoted text string followed by A variable name starting with $
.enter-time !set:icon
An icon in format !set:name
.enter-time !set:icon $variable
An icon in format !set:name followed by A variable name starting with $
.enter-time !set:icon "text"
An icon in format !set:name followed by A quoted text string
.enter-time !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-time
Valid sizes
tiny
small
medium
large
extra
Styles
.borderless
makes borderless
.enter-time.borderless "example text"
.helper
with help text
.enter-time.helper "example text"
Modifiers
placeholder
The .enter-time
action supports the placeholder
modifier.
help
The .enter-time
action supports the help
modifier.
Tags
disabled
make the time field disabled
Examples
// Basic Usage
$text = .enter-time $curvalue
// With Styles
// Apply the .borderless style modifier
.enter-time.borderless "example text"
Action code: 3927729909
Version: 0.6.4
Last updated: 2025-06-13