backgroundIDs | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack | ||||||
Summary | Reports the backgrounds in a stack. | ||||||
Introduced | 1.0 | ||||||
Changes | In versions before 1.1, groupIDs and backgroundIDs were synonyms and could be used interchangeably. | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: line Property: properties, groupIDs, backgroundBehavior, ID Command: group Object: stack Glossary: property, current card, background, group | ||||||
Description | Use the backgroundIDs property to find out which backgrounds are available. The backgroundIDs is the list of all backgrounds in the stack whose backgroundBehavior property is set to true, whether they appear on the current card or not. If a group in the stack contains groups, only the top-level groups are reported. To find out which groups are placed on a card, use the groupIDs property. | ||||||
Tags | objects |