1
0
Fork 0

Merge pull request #3974 from BenJamesBen/optional-measurements

fix(bob,penelope,docs): Access optional measurements via `measurements`
This commit is contained in:
Joost De Cock 2023-05-18 08:49:05 +02:00 committed by GitHub
commit b1ec35b73c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 29 additions and 24 deletions

View file

@ -38,3 +38,12 @@ const part = {
}
```
<Tip>
Although they are specified via the part configuration `optionalMeasurements`
property, optional measurements are accessed via the 'measurements'
settings property.
(There is no `optionalMeasurements` settings property.)`
</Tip>