Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 412 Bytes

getBool.md

File metadata and controls

16 lines (11 loc) · 412 Bytes

get boolean property

blockObject.getBooleanProperty(blockObject.create(), blockObject._boolProperty(BoolProp.myBool))

Reads a property of type boolean that is stored inside a BlockObject using the given BoolProp.

Parameters

  • object: the BlockObject to read the property from
  • property: the BoolProp to read
arcade-block-objects=github:microsoft/arcade-block-objects