mirror of
https://github.com/ArnoldSmith86/virtualtabletop.git
synced 2026-03-02 22:57:02 -05:00
Increase availability of "${PROPERTY property OF id}" syntax #731
Labels
No labels
PCIO compatibility
Validator
automated testing
bug
documentation
duplicate
editor
enhancement
enhancement
library
library
maintenance
needs legacy server
pile related
reported client crash
routine operations
user interface
widget properties
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/virtualtabletop#731
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @96LawDawg on GitHub (Oct 31, 2023).
Just capturing the discussion from Discord the other day: https://discord.com/channels/770758631146782780/793626590848352306/1168191332221730927
Make it available in inheritFrom, card and dice face objects, cardTypes, faceCSS, and svgReplaces.
@96LawDawg commented on GitHub (Nov 5, 2023):
This would supersede #1821.
@robartsd commented on GitHub (Nov 7, 2023):
The trick here is generalizing the processing of deltas to run callbacks for everything that is reading the property that got changed. In routines, there is no need for a callback because the property changing after the routine runs does not matter - the routine isn't running anymore.