Lists the short name property of all the cards in a stack, or all the cards that contain a specified group.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
get the cardNames of {group | stack}
# Examples
put line 1 of the cardNames of this stack into firstCard
go card (line x of the cardNames of group "Stats")
# Description
The cardNames of a group only reports card names for top-level groups (that is, groups that are not contained in another group). The cardNames property of a nest group always reports empty.
# Tags
# See