Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 453 Bytes

setAny.md

File metadata and controls

17 lines (12 loc) · 453 Bytes

set any property

blockObject.setAnyProperty(blockObject.create(), blockObject._anyProperty(AnyProp.myAny), null)

Sets a property of type any on the given BlockObject using the given AnyProp.

Parameters

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