Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 472 Bytes

setBool.md

File metadata and controls

17 lines (12 loc) · 472 Bytes

set boolean property

blockObject.setBooleanProperty(blockObject.create(), blockObject._boolProperty(BoolProp.myBool), false)

Sets a property of type boolean on the given BlockObject using the given BoolProp.

Parameters

  • 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