= 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.