Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 441 Bytes

getStrArray.md

File metadata and controls

16 lines (11 loc) · 441 Bytes

get stringArray property

blockObject.getStringArrayProperty(blockObject.create(), blockObject._strArrayProperty(StrArrayProp.myStrArray))

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

Parameters

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