This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 225
Expand file tree
/
Copy pathcardNames.lcdoc
More file actions
48 lines (32 loc) · 1.36 KB
/
cardNames.lcdoc
File metadata and controls
48 lines (32 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Name: cardNames
Type: property
Syntax: get the cardNames of {group | stack}
Summary:
Lists the short <name> <property> of all the <card|cards> in a <stack>,
or all the <card|cards> that contain a specified <group>.
Associations: group, stack
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
put line 1 of the cardNames of this stack into firstCard
Example:
go card (line x of the cardNames of group "Stats")
Value:
The <cardNames> of a <stack> consists of a list of all the <card|cards>
in the <stack>, one per <line>. The <cardNames> of a <group> consists of
a list of all the <card|cards> that the <group> is placed on, one per
<line>. This property is read-only and cannot be set.
Description:
Use the <cardNames> <property> to list the <card(object)|cards> in a
<stack>.
Each line of the <cardNames> contains the short <name> of a
<card(keyword)>.
The <cardNames> of a <group(command)> only reports card names for
top-level <group(glossary)|groups> (that is, <group(glossary)|groups>
that are not contained in another <group(command)>). The <cardNames>
<property> of a <nest|nested> <group(command)> always reports empty.
References: group (command), property (glossary), nest (glossary),
group (glossary), card (keyword), line (keyword), nameChanged (message),
card (object), stack (object), name (property)
Tags: objects