blockObject.setBooleanProperty(blockObject.create(), blockObject._boolProperty(BoolProp.myBool), false)
Sets a property of type boolean on the given BlockObject using the given BoolProp.
- object: the BlockObject to set the property on
- property: the BoolProp to set
- value: the value to store for this BoolProp in the BlockObject
arcade-block-objects=github:microsoft/arcade-block-objects