fix(docs): Clarify how optional measurements are accessed
This commit is contained in:
parent
0dab47589d
commit
b5371f0b5c
2 changed files with 18 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue