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