Self Referential Expressions to Rules Not Fully Implemented
closed
M
Mark Wu
= this.rules.position ✅
= this.rules.positionY ✅
= this.rules.holeSizeMinimum ❌
I'm trying to reference the Hole Size Minimum but cannot seem to get this to work. Above are some things I've tried.
I noticed we use camelCase for internal rules which doesn't work consistently.
Also from the few examples I've tried. It seems like properties that have more than 3 words don't work with camelCase. Not sure if this is the culprit though.
M
Mark Wu
marked this post as
closed
not a bug
M
Mark Wu
I just realized we use PascalCase for user created properties but we use camelCase for internal properties
M
Mark Wu
marked this post as
planned