Skip to content

Files

Latest commit

 

History

History
16 lines (11 loc) · 463 Bytes

hasStrArray.md

File metadata and controls

16 lines (11 loc) · 463 Bytes

has stringArray property

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

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

Parameters

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