Specifies whether a button or grouped text has been clicked during the current session.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.1 Security:
# Syntax
set the visited of button to {true | false}
# Examples
set the visited of button "Start Here" to false
if the visited of the clickChunk then go back
# Description
Use the visited property to determine whether the user has previously used a function or traversed a link.
The visited property is automatically reset to false when the stack is closed (and purged from memory).
# Tags
# See
- **keyword:** button - **property:** visitedIcon, linkVisitedColor - **object:** stack - **glossary:** property, chunk, grouped text