Validator and GET #931

Open
opened 2026-02-20 10:21:42 -05:00 by deekerman · 0 comments
Owner

Originally created by @96LawDawg on GitHub (Jan 19, 2026).

A property should not be valid if it is only read but never written. If you GET, property=invalidProperty, it won't trigger an error because it found a valid use of invalidProperty (the GET itself). Reading a property should trigger an error if there is no SET and it's not set directly in any widget.

Originally created by @96LawDawg on GitHub (Jan 19, 2026). A property should not be valid if it is only read but never written. If you `GET`, property=invalidProperty, it won't trigger an error because it found a valid use of invalidProperty (the `GET` itself). Reading a property should trigger an error if there is no `SET` and it's not set directly in any widget.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/virtualtabletop#931
No description provided.