Closed tnodet closed 8 months ago
Update the documentation to clarify the fact that the @SelectSnapshot decorator sets up a property getter that will select the latest value on each access.
@SelectSnapshot
Closes #155
Please check if your PR fulfills the following requirements:
What kind of change does this PR introduce?
[ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Build related changes [ ] CI related changes [x] Documentation content changes [ ] Other... Please describe:
Issue Number: #155
Update the documentation to clarify the fact that the
@SelectSnapshot
decorator sets up a property getter that will select the latest value on each access.Closes #155
PR Checklist
Please check if your PR fulfills the following requirements:
Tests for the changes have been added (for bug fixes / features)Docs have been added / updated (for bug fixes / features)PR Type
What kind of change does this PR introduce?
Issue Number: #155