Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 471 Bytes

hasBoolArray.md

File metadata and controls

16 lines (11 loc) · 471 Bytes

has booleanArray property

blockObject.hasBooleanArrayProperty(blockObject.create(), blockObject._boolArrayProperty(BoolArrayProp.myBoolArray))

Checks to see if a property of type boolean[] is stored inside a BlockObject using the given BoolArrayProp.

Parameters

  • object: the BlockObject to check the property from
  • property: the BoolArrayProp to check for existence
arcade-block-objects=github:microsoft/arcade-block-objects