.details
element
The .details
action Creates an expandable details section with collapsible content. It belongs to the html category within the ui area.
Action Syntax
.details "text" "text"
A quoted text string followed by A quoted text string
.details $variable "text"
A variable name starting with $ followed by A quoted text string
.details "text" $variable
A quoted text string followed by A variable name starting with $
.details $variable $variable
A variable name starting with $ followed by A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.details "title" "details"
// Using Variables
// Display dynamic content from variables
.details $title-var "details"
Action code: 1445627195
Version: 0.6.4-5
Last updated: 2025-06-13