Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 426 Bytes

hasNum.md

File metadata and controls

16 lines (11 loc) · 426 Bytes

has number property

blockObject.hasNumberProperty(blockObject.create(), blockObject._numProperty(NumProp.myNum))

Checks to see if a property of type number is stored inside a BlockObject using the given NumProp.

Parameters

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