1
0
Fork 0

Merge pull request #4009 from BenJamesBen/stacks-documentation

chore(docs): Add Stack documentation
This commit is contained in:
Joost De Cock 2023-10-14 16:49:22 +02:00 committed by GitHub
commit 5b9eafe67c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 306 additions and 18 deletions

View file

@ -76,6 +76,7 @@ It just so happens that in most cases, there will be only one settings object in
- `Pattern.parts`: Holds the parts used in the pattern
- `Pattern.plugins`: Holds the plugins used in the pattern
- `Pattern.settings`: Holds the settings used for the pattern
- `Pattern.stacks`: Holds the stacks used in the pattern
- `Pattern.store`: Holds the pattern-wide Store
- `Pattern.setStores`: Holds an array of stores, one for each set of settings.