Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 511 Bytes

setNumArray.md

File metadata and controls

17 lines (12 loc) · 511 Bytes

set numberArray property

blockObject.setNumberArrayProperty(blockObject.create(), blockObject._numArrayProperty(NumArrayProp.myNumArray), math_number)

Sets a property of type number[] on the given BlockObject using the given NumArrayProp.

Parameters

  • object: the BlockObject to set the property on
  • property: the NumArrayProp to set
  • value: the value to store for this NumArrayProp in the BlockObject
arcade-block-objects=github:microsoft/arcade-block-objects