Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 404 Bytes

getStr.md

File metadata and controls

16 lines (11 loc) · 404 Bytes

get string property

blockObject.getStringProperty(blockObject.create(), blockObject._strProperty(StrProp.myStr))

Reads a property of type string that is stored inside a BlockObject using the given StrProp.

Parameters

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