arcade-block-objects/getNumArray.md

441 B

get numberArray property

blockObject.getNumberArrayProperty(blockObject.create(), blockObject._numArrayProperty(NumArrayProp.myNumArray))

Reads a property of type number[] that is stored inside a BlockObject using the given NumArrayProp.

Parameters

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